diff -r d21470725798 -r 1babaa430b7b examples/Kbuild.in --- a/examples/Kbuild.in Mon Nov 30 18:10:36 2009 +0100 +++ b/examples/Kbuild.in Tue Dec 01 16:54:59 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 + #------------------------------------------------------------------------------