diff options
Diffstat (limited to 'drivers/spi/Makefile')
| -rw-r--r-- | drivers/spi/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index e9cbd18217a0..557aaadf56b2 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile | |||
| @@ -2,9 +2,7 @@ | |||
| 2 | # Makefile for kernel SPI drivers. | 2 | # Makefile for kernel SPI drivers. |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | ifeq ($(CONFIG_SPI_DEBUG),y) | 5 | ccflags-$(CONFIG_SPI_DEBUG) := -DDEBUG |
| 6 | EXTRA_CFLAGS += -DDEBUG | ||
| 7 | endif | ||
| 8 | 6 | ||
| 9 | # small core, mostly translating board-specific | 7 | # small core, mostly translating board-specific |
| 10 | # config declarations into driver model code | 8 | # config declarations into driver model code |
| @@ -34,11 +32,14 @@ obj-$(CONFIG_SPI_PL022) += amba-pl022.o | |||
| 34 | obj-$(CONFIG_SPI_MPC512x_PSC) += mpc512x_psc_spi.o | 32 | obj-$(CONFIG_SPI_MPC512x_PSC) += mpc512x_psc_spi.o |
| 35 | obj-$(CONFIG_SPI_MPC52xx_PSC) += mpc52xx_psc_spi.o | 33 | obj-$(CONFIG_SPI_MPC52xx_PSC) += mpc52xx_psc_spi.o |
| 36 | obj-$(CONFIG_SPI_MPC52xx) += mpc52xx_spi.o | 34 | obj-$(CONFIG_SPI_MPC52xx) += mpc52xx_spi.o |
| 37 | obj-$(CONFIG_SPI_MPC8xxx) += spi_mpc8xxx.o | 35 | obj-$(CONFIG_SPI_FSL_LIB) += spi_fsl_lib.o |
| 36 | obj-$(CONFIG_SPI_FSL_ESPI) += spi_fsl_espi.o | ||
| 37 | obj-$(CONFIG_SPI_FSL_SPI) += spi_fsl_spi.o | ||
| 38 | obj-$(CONFIG_SPI_PPC4xx) += spi_ppc4xx.o | 38 | obj-$(CONFIG_SPI_PPC4xx) += spi_ppc4xx.o |
| 39 | obj-$(CONFIG_SPI_S3C24XX_GPIO) += spi_s3c24xx_gpio.o | 39 | obj-$(CONFIG_SPI_S3C24XX_GPIO) += spi_s3c24xx_gpio.o |
| 40 | obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx_hw.o | 40 | obj-$(CONFIG_SPI_S3C24XX) += spi_s3c24xx_hw.o |
| 41 | obj-$(CONFIG_SPI_S3C64XX) += spi_s3c64xx.o | 41 | obj-$(CONFIG_SPI_S3C64XX) += spi_s3c64xx.o |
| 42 | obj-$(CONFIG_SPI_TOPCLIFF_PCH) += spi_topcliff_pch.o | ||
| 42 | obj-$(CONFIG_SPI_TXX9) += spi_txx9.o | 43 | obj-$(CONFIG_SPI_TXX9) += spi_txx9.o |
| 43 | obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o | 44 | obj-$(CONFIG_SPI_XILINX) += xilinx_spi.o |
| 44 | obj-$(CONFIG_SPI_XILINX_OF) += xilinx_spi_of.o | 45 | obj-$(CONFIG_SPI_XILINX_OF) += xilinx_spi_of.o |
