examples/Kbuild.in
changeset 1609 94010c6d8198
parent 1567 1babaa430b7b
child 2054 3417bbc4ad2f
child 2417 63bef67e812b
--- 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
+
 #------------------------------------------------------------------------------