diff -r e7733f825982 -r f228415225b7 examples/tty/Kbuild.in --- a/examples/tty/Kbuild.in Thu Jan 21 11:09:31 2010 +0100 +++ b/examples/tty/Kbuild.in Thu Jan 21 11:10:22 2010 +0100 @@ -33,7 +33,11 @@ obj-m := ec_tty_example.o -ec_tty_example-objs := tty.o +ec_tty_example-objs := \ + serial.o \ + tty.o + +CFLAGS_tty.o := -I$(src) KBUILD_EXTRA_SYMBOLS := \ @abs_top_builddir@/Module.symvers \