From: Tracey Dent Date: Wed, 27 Oct 2010 22:34:24 +0000 (-0700) Subject: drivers/char/mwave/Makefile: clean up X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cb299ba8b5ef2239429484072fea394cd7581bd7;p=linux-beck.git drivers/char/mwave/Makefile: clean up Changed -objs to -y in Makefile and use ccflags-y option. Signed-off-by: Tracey Dent Cc: Jiri Slaby Cc: Michal Marek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/mwave/Makefile b/drivers/char/mwave/Makefile index 754c9e2058ed..26b4fce217b6 100644 --- 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