diff -r c5757cebfaea -r 2f7f5fa7b870 devices/Kbuild.in --- a/devices/Kbuild.in Mon Jul 28 08:30:44 2008 +0000 +++ b/devices/Kbuild.in Thu Oct 02 08:00:18 2008 +0000 @@ -51,13 +51,6 @@ CFLAGS_$(EC_E100_OBJ) = -DSVNREV=$(REV) endif -ifeq (@ENABLE_FORCEDETH@,1) - EC_FORCEDETH_OBJ := forcedeth-@KERNEL_FORCEDETH@-ethercat.o - obj-m += ec_forcedeth.o - ec_forcedeth-objs := $(EC_FORCEDETH_OBJ) - CFLAGS_$(EC_FORCEDETH_OBJ) = -DSVNREV=$(REV) -endif - ifeq (@ENABLE_E1000@,1) obj-m += e1000/ endif