Fixed addition of e100 driver to target objects in devices Kbuild makefile.
authorFlorian Pose <fp@igh-essen.com>
Wed, 21 Feb 2007 09:30:24 +0000
changeset 580 ba7e9b82ab3a
parent 579 17c6fd3b076e
child 581 99623f8a8493
Fixed addition of e100 driver to target objects in devices Kbuild makefile.
devices/Kbuild
--- a/devices/Kbuild	Tue Feb 20 17:15:43 2007 +0000
+++ b/devices/Kbuild	Wed Feb 21 09:30:24 2007 +0000
@@ -38,7 +38,7 @@
 
 obj-m := ec_8139too.o
 ifeq ($(ENABLE_E100),1)
-    obj_m += ec_e100.o
+	obj-m += ec_e100.o
 endif
 
 ec_8139too-objs := $(EC_8139TOO_OBJ)