Staging: keucr: Makefile: Makefile clean up

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>
This commit is contained in:
Tracey Dent 2010-10-07 20:01:35 -04:00 committed by Greg Kroah-Hartman
parent 783098ea41
commit a7b1ef250f
1 changed files with 2 additions and 2 deletions

View 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 \