Skip to content

Commit

Permalink
drivers/char/mwave/Makefile: clean up
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Tdent48227 authored and torvalds committed Oct 28, 2010
1 parent 7fa5174 commit cb299ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/char/mwave/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb299ba

Please sign in to comment.