diff -r 1a588303083a -r 6c5849669900 examples/Kbuild.in --- a/examples/Kbuild.in Fri Dec 18 11:09:07 2009 +0100 +++ b/examples/Kbuild.in Sun Dec 27 16:58:19 2009 +0100 @@ -25,8 +25,14 @@ # EtherCAT technology and brand is only permitted in compliance with the # industrial property and similar rights of Beckhoff Automation GmbH. # +# vi: syntax=make +# #------------------------------------------------------------------------------ obj-m := mini/ +ifeq (@ENABLE_TTY@,1) + obj-m += tty/ +endif + #------------------------------------------------------------------------------