# HG changeset patch # User Florian Pose # Date 1172061685 0 # Node ID dc1ea0099b4c56107657e381bc6096c395ec3396 # Parent 150c8a1caf259a198c49cdefebf4b87905580da3 Fixed device Kbuild file again. diff -r 150c8a1caf25 -r dc1ea0099b4c devices/Kbuild --- a/devices/Kbuild Wed Feb 21 11:47:18 2007 +0000 +++ b/devices/Kbuild Wed Feb 21 12:41:25 2007 +0000 @@ -56,7 +56,7 @@ ifeq ($(EC_ENABLE_FORCEDETH),1) EC_FORCEDETH_OBJ := forcedeth-$(EC_FORCEDETH_KERNEL)-ethercat.o obj-m += ec_forcedeth.o - ec_forcedeth-objs := $(EC_FORCEDETH_OBJ)-ethercat.o + ec_forcedeth-objs := $(EC_FORCEDETH_OBJ) CFLAGS_$(EC_FORCEDETH_OBJ) = -DSVNREV=$(REV) endif