License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / mtd / spi-nor / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
e43b2061 2obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o
ceb720c7 3obj-$(CONFIG_SPI_ASPEED_SMC) += aspeed-smc.o
161aaab8 4obj-$(CONFIG_SPI_ATMEL_QUADSPI) += atmel-quadspi.o
14062341 5obj-$(CONFIG_SPI_CADENCE_QUADSPI) += cadence-quadspi.o
e46ecda7 6obj-$(CONFIG_SPI_FSL_QUADSPI) += fsl-quadspi.o
e523f111 7obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o
3ce351b5 8obj-$(CONFIG_MTD_MT81xx_NOR) += mtk-quadspi.o
f617b958 9obj-$(CONFIG_SPI_NXP_SPIFI) += nxp-spifi.o
8afda8b2 10obj-$(CONFIG_SPI_INTEL_SPI) += intel-spi.o
fe602838 11obj-$(CONFIG_SPI_INTEL_SPI_PCI) += intel-spi-pci.o
8afda8b2 12obj-$(CONFIG_SPI_INTEL_SPI_PLATFORM) += intel-spi-platform.o
18ba7101 13obj-$(CONFIG_SPI_STM32_QUADSPI) += stm32-quadspi.o