Kbuild.in
changeset 1565 8c526cfe1399
parent 1363 11c0b2caa253
child 2054 3417bbc4ad2f
child 2421 bc2d4bf9cbe5
--- a/Kbuild.in	Mon Nov 23 11:55:25 2009 +0100
+++ b/Kbuild.in	Mon Nov 30 18:02:29 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 := examples/ master/ devices/
 
+ifeq (@ENABLE_TTY@,1)
+	obj-m += tty/
+endif
+
 #------------------------------------------------------------------------------