projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
783098e
)
Staging: keucr: Makefile: Makefile clean up
author
Tracey Dent
<tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:35 +0000
(20:01 -0400)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/keucr/Makefile
b/drivers/staging/keucr/Makefile
index 2a4200f019d28b64c36b9f87e36408249cf2dc7f..5c19b7b0d3b7e9c1f1f0cf72d4b658bc7e61cd3b 100644
(file)
--- a/
drivers/staging/keucr/Makefile
+++ b/
drivers/staging/keucr/Makefile
@@
-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 \