equal
deleted
inserted
replaced
23 # |
23 # |
24 # The license mentioned above concerns the source code only. Using the |
24 # The license mentioned above concerns the source code only. Using the |
25 # EtherCAT technology and brand is only permitted in compliance with the |
25 # EtherCAT technology and brand is only permitted in compliance with the |
26 # industrial property and similar rights of Beckhoff Automation GmbH. |
26 # industrial property and similar rights of Beckhoff Automation GmbH. |
27 # |
27 # |
|
28 # vi: syntax=make |
|
29 # |
28 #------------------------------------------------------------------------------ |
30 #------------------------------------------------------------------------------ |
29 |
31 |
30 obj-m := mini/ |
32 obj-m := mini/ |
31 |
33 |
|
34 ifeq (@ENABLE_TTY@,1) |
|
35 obj-m += tty/ |
|
36 endif |
|
37 |
32 #------------------------------------------------------------------------------ |
38 #------------------------------------------------------------------------------ |