Skip to content

Commit

Permalink
Staging: keucr: Makefile: Makefile clean up
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Oct 8, 2010
1 parent 783098e commit a7b1ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/keucr/Makefile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit a7b1ef2

Please sign in to comment.