Staging: keucr: Makefile: Makefile clean up
authorTracey Dent <tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:35 +0000 (20:01 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 14:23:44 +0000 (07:23 -0700)
Changed <module>-objs to <module>-y in Makefile.
Also, Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/keucr/Makefile

index 2a4200f..5c19b7b 100644 (file)
@@ -1,8 +1,8 @@
-EXTRA_CFLAGS += -Idrivers/scsi
+ccflags-y := -Idrivers/scsi
 
 obj-$(CONFIG_USB_ENESTORAGE)   += keucr.o
 
-keucr-objs :=                  \
+keucr-y :=                     \
                usb.o           \
                scsiglue.o      \
                transport.o     \