diff -r af21f0bdc7c9 -r 2b9c78543663 devices/Kbuild.in --- a/devices/Kbuild.in Thu Sep 06 14:21:02 2012 +0200 +++ b/devices/Kbuild.in Mon Nov 03 15:20:05 2014 +0100 @@ -20,7 +20,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # --- -# +# # The license mentioned above concerns the source code only. Using the # EtherCAT technology and brand is only permitted in compliance with the # industrial property and similar rights of Beckhoff Automation GmbH. @@ -51,6 +51,10 @@ CFLAGS_$(EC_8139TOO_OBJ) = -DREV=$(REV) endif +ifeq (@ENABLE_CCAT@,1) + obj-m += ccat/ +endif + ifeq (@ENABLE_E100@,1) EC_E100_OBJ := e100-@KERNEL_E100@-ethercat.o obj-m += ec_e100.o