Base files for new TTY driver.

This commit is contained in:
Florian Pose
2009-11-30 18:02:29 +01:00
parent 6fa6d3ccc8
commit 40943a197d
6 changed files with 241 additions and 1 deletions
+6
View File
@@ -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
#------------------------------------------------------------------------------