Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fadcf49b authored by matt mooney's avatar matt mooney Committed by Grant Likely
Browse files

spi: change to new flag variable



Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent b1b6b9aa
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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