devices/Kbuild.in
changeset 2589 2b9c78543663
parent 2076 1baafcd263cc
equal deleted inserted replaced
2415:af21f0bdc7c9 2589:2b9c78543663
    18 #  You should have received a copy of the GNU General Public License along
    18 #  You should have received a copy of the GNU General Public License along
    19 #  with the IgH EtherCAT Master; if not, write to the Free Software
    19 #  with the IgH EtherCAT Master; if not, write to the Free Software
    20 #  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    20 #  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    21 #
    21 #
    22 #  ---
    22 #  ---
    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 #  ---
    28 #  ---
    49 	obj-m += ec_8139too.o
    49 	obj-m += ec_8139too.o
    50 	ec_8139too-objs := $(EC_8139TOO_OBJ)
    50 	ec_8139too-objs := $(EC_8139TOO_OBJ)
    51 	CFLAGS_$(EC_8139TOO_OBJ) = -DREV=$(REV)
    51 	CFLAGS_$(EC_8139TOO_OBJ) = -DREV=$(REV)
    52 endif
    52 endif
    53 
    53 
       
    54 ifeq (@ENABLE_CCAT@,1)
       
    55 	obj-m += ccat/
       
    56 endif
       
    57 
    54 ifeq (@ENABLE_E100@,1)
    58 ifeq (@ENABLE_E100@,1)
    55 	EC_E100_OBJ := e100-@KERNEL_E100@-ethercat.o
    59 	EC_E100_OBJ := e100-@KERNEL_E100@-ethercat.o
    56 	obj-m += ec_e100.o
    60 	obj-m += ec_e100.o
    57 	ec_e100-objs := $(EC_E100_OBJ)
    61 	ec_e100-objs := $(EC_E100_OBJ)
    58 	CFLAGS_$(EC_E100_OBJ) = -DREV=$(REV)
    62 	CFLAGS_$(EC_E100_OBJ) = -DREV=$(REV)