diff -r 004a8b91e927 -r 94010c6d8198 examples/Kbuild.in --- a/examples/Kbuild.in Mon Jan 04 11:27:37 2010 +0100 +++ b/examples/Kbuild.in Mon Jan 04 11:28:29 2010 +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 + #------------------------------------------------------------------------------