From 769c1d5f55d215e5c69aeab5e1f206fce2da7a6a Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Wed, 21 Feb 2007 12:41:25 +0000 Subject: [PATCH] Fixed device Kbuild file again. --- devices/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/Kbuild b/devices/Kbuild index 5d61bcd4..1c053690 100644 --- a/devices/Kbuild +++ b/devices/Kbuild @@ -56,7 +56,7 @@ endif 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