Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
EXTRA_CFLAGS += -Idrivers/scsi
ccflags-y := -Idrivers/scsi

obj-$(CONFIG_USB_ENESTORAGE)	+= keucr.o

keucr-objs :=			\
keucr-y :=			\
		usb.o		\
		scsiglue.o	\
		transport.o	\