Commit a7b1ef25 authored by Tracey Dent's avatar Tracey Dent Committed by Greg Kroah-Hartman

Staging: keucr: Makefile: Makefile clean up

Changed <module>-objs to <module>-y in Makefile.
Also, Replace EXTRA_CFLAGS with ccflags-y.
Signed-off-by: default avatarTracey Dent <tdent48227@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 783098ea
EXTRA_CFLAGS += -Idrivers/scsi ccflags-y := -Idrivers/scsi
obj-$(CONFIG_USB_ENESTORAGE) += keucr.o obj-$(CONFIG_USB_ENESTORAGE) += keucr.o
keucr-objs := \ keucr-y := \
usb.o \ usb.o \
scsiglue.o \ scsiglue.o \
transport.o \ transport.o \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment