public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/24] base: change to new flag variable
@ 2010-09-24 19:17 matt mooney
  2010-09-24 19:17 ` [PATCH 02/24] char: " matt mooney
                   ` (23 more replies)
  0 siblings, 24 replies; 46+ messages in thread
From: matt mooney @ 2010-09-24 19:17 UTC (permalink / raw)
  To: kernel-janitors; +Cc: Greg Kroah-Hartman, linux-kernel

Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
---
 drivers/base/Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/base/Makefile b/drivers/base/Makefile
index c12c7f2..5f51c3b 100644
--- a/drivers/base/Makefile
+++ b/drivers/base/Makefile
@@ -19,7 +19,5 @@ obj-$(CONFIG_MODULES)	+= module.o
 endif
 obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
 
-ifeq ($(CONFIG_DEBUG_DRIVER),y)
-EXTRA_CFLAGS += -DDEBUG
-endif
+ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
 
-- 
1.7.2.1


^ permalink raw reply related	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2010-10-15 19:55 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 19:17 [PATCH 01/24] base: change to new flag variable matt mooney
2010-09-24 19:17 ` [PATCH 02/24] char: " matt mooney
2010-09-24 19:17 ` [PATCH 03/24] dma: " matt mooney
2010-09-24 19:17 ` [PATCH 04/24] hwmon: " matt mooney
2010-09-24 23:54   ` [lm-sensors] " Guenter Roeck
2010-09-27 15:04   ` Valdis.Kletnieks
2010-09-27 17:23     ` matt mooney
2010-09-24 19:17 ` [PATCH 05/24] i2c: " matt mooney
2010-09-25 11:26   ` Jean Delvare
2010-09-26  2:12     ` matt mooney
2010-09-26  7:29       ` Jean Delvare
2010-09-26 18:07         ` matt mooney
2010-09-29 13:56           ` Jean Delvare
2010-09-24 19:17 ` [PATCH 06/24] ide: " matt mooney
2010-09-24 20:01   ` David Miller
2010-09-24 19:17 ` [PATCH 07/24] ieee802154: " matt mooney
2010-09-26 10:31   ` Dmitry Eremin-Solenikov
2010-09-24 19:17 ` [PATCH 08/24] infiniband: " matt mooney
2010-09-24 19:17 ` [PATCH 09/24] input: " matt mooney
2010-09-24 19:17 ` [PATCH 10/24] isdn: " matt mooney
2010-09-24 20:01   ` David Miller
2010-09-24 19:17 ` [PATCH 11/24] memstick: " matt mooney
2010-09-24 19:17 ` [PATCH 12/24] message: " matt mooney
2010-09-24 19:17 ` [PATCH 13/24] misc: " matt mooney
2010-09-28 13:02   ` Michał Mirosław
2010-09-29 22:55     ` matt mooney
2010-09-24 19:17 ` [PATCH 14/24] mmc: " matt mooney
2010-09-24 19:17 ` [PATCH 15/24] net: " matt mooney
2010-09-24 19:25   ` John W. Linville
2010-09-24 20:01   ` David Miller
2010-09-24 19:17 ` [PATCH 16/24] pci: " matt mooney
2010-10-15 19:54   ` Jesse Barnes
2010-09-24 19:17 ` [PATCH 17/24] power: " matt mooney
2010-09-24 19:17 ` [PATCH 18/24] pps: " matt mooney
2010-09-24 19:17 ` [PATCH 19/24] rapidio: " matt mooney
2010-09-24 19:17 ` [PATCH 20/24] rtc: " matt mooney
2010-09-25  1:37   ` [rtc-linux] " Wan ZongShun
2010-09-24 19:17 ` [PATCH 21/24] scsi: " matt mooney
2010-09-24 19:17 ` [PATCH 22/24] spi: " matt mooney
2010-10-08 18:33   ` Grant Likely
2010-09-24 19:17 ` [PATCH 23/24] usb: " matt mooney
2010-09-24 20:02   ` [usb-storage] " Matthew Dharm
2010-09-24 20:28     ` matt mooney
2010-09-24 23:21       ` matt mooney
2010-09-24 19:17 ` [PATCH 24/24] video: " matt mooney
2010-09-25  2:52 ` [PATCH 01/24] base: " Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox