···2# Makefile for kernel SPI drivers.3#45-ifeq ($(CONFIG_SPI_DEBUG),y)6-EXTRA_CFLAGS += -DDEBUG7-endif89# small core, mostly translating board-specific10# config declarations into driver model code
···2# Makefile for kernel SPI drivers.3#45+ccflags-$(CONFIG_SPI_DEBUG) := -DDEBUG0067# small core, mostly translating board-specific8# config declarations into driver model code