projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fa5174
)
drivers/char/mwave/Makefile: clean up
author
Tracey Dent
<
[email protected]
>
Wed, 27 Oct 2010 22:34:24 +0000
(15:34 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 28 Oct 2010 01:03:15 +0000
(18:03 -0700)
Changed <module>-objs to <module>-y in Makefile and use
ccflags-y option.
Signed-off-by: Tracey Dent <
[email protected]
>
Cc: Jiri Slaby <
[email protected]
>
Cc: Michal Marek <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/char/mwave/Makefile
patch
|
blob
|
history
diff --git
a/drivers/char/mwave/Makefile
b/drivers/char/mwave/Makefile
index 754c9e2058ed66bba4df34128cb9005cad9d4bb7..26b4fce217b6475ecb3e8a696cb82e4f9f0cccb6 100644
(file)
--- a/
drivers/char/mwave/Makefile
+++ b/
drivers/char/mwave/Makefile
@@
-6,10
+6,10
@@
obj-$(CONFIG_MWAVE) += mwave.o
-mwave-
objs
:= mwavedd.o smapi.o tp3780i.o 3780i.o
+mwave-
y
:= mwavedd.o smapi.o tp3780i.o 3780i.o
# To have the mwave driver disable other uarts if necessary
# EXTRA_CFLAGS += -DMWAVE_FUTZ_WITH_OTHER_DEVICES
# To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:
-
EXTRA_CFLAGS +
= -DMW_TRACE
+
ccflags-y :
= -DMW_TRACE