diff -r 65700377b947 -r f842edcbbe4b devices/Kbuild.in --- a/devices/Kbuild.in Tue Sep 30 12:33:28 2008 +0000 +++ b/devices/Kbuild.in Tue Sep 30 12:41:34 2008 +0000 @@ -53,13 +53,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