dect
/
linux-2.6
Archived
13
0
Fork 0

spi: change to new flag variable

Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
matt mooney 2010-09-24 12:17:32 -07:00 committed by Grant Likely
parent b1b6b9aa6f
commit fadcf49b9b
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
# Makefile for kernel SPI drivers.
#
ifeq ($(CONFIG_SPI_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif
ccflags-$(CONFIG_SPI_DEBUG) := -DDEBUG
# small core, mostly translating board-specific
# config declarations into driver model code