projects
/
GitHub
/
moto-9609
/
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:
7f1746f
)
Staging: cxt1e1: Makefile: cleaned up Makefile cflag lines
author
Tracey Dent
<tdent48227@gmail.com>
Sat, 2 Oct 2010 16:37:51 +0000
(12:37 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 5 Oct 2010 18:56:39 +0000
(11:56 -0700)
Changed to use the proper ccflags-y option
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/cxt1e1/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/cxt1e1/Makefile
b/drivers/staging/cxt1e1/Makefile
index 10020d7b79a89bc349d4289a77f90338eb765e53..a524a62476d9d60133ac8bc7ba17e1b91ccab4f3 100644
(file)
--- a/
drivers/staging/cxt1e1/Makefile
+++ b/
drivers/staging/cxt1e1/Makefile
@@
-1,8
+1,8
@@
obj-$(CONFIG_CXT1E1) += cxt1e1.o
-
EXTRA_CFLAGS +
= -DSBE_PMCC4_ENABLE
-
EXTRA_CFLAGS
+= -DSBE_ISR_TASKLET
-
EXTRA_CFLAGS
+= -DSBE_INCLUDE_SYMBOLS
+
ccflags-y :
= -DSBE_PMCC4_ENABLE
+
ccflags-y
+= -DSBE_ISR_TASKLET
+
ccflags-y
+= -DSBE_INCLUDE_SYMBOLS
cxt1e1-objs += \
ossiRelease.o \