examples/Kbuild.in
changeset 1567 1babaa430b7b
parent 1363 11c0b2caa253
child 2054 3417bbc4ad2f
child 2417 63bef67e812b
equal deleted inserted replaced
1566:d21470725798 1567:1babaa430b7b
    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 #------------------------------------------------------------------------------