summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/Makefile
diff options
context:
space:
mode:
authorCyrille Pitchen <cyrille.pitchen@atmel.com>2017-02-10 16:03:03 +0300
committerCyrille Pitchen <cyrille.pitchen@atmel.com>2017-02-10 16:06:47 +0300
commit9e43486a33abface0085d1b418c047a8566161ee (patch)
tree66ac0bc205b98d819b7cbe9160a5f490a8c83baa /drivers/mtd/spi-nor/Makefile
parentfcf690a22b2bd71a74ae25f048ec3f9b221cd12f (diff)
parent87eb832ae9748fab00588b98c2e33e89de065438 (diff)
downloadlinux-9e43486a33abface0085d1b418c047a8566161ee.tar.xz
Merge tag 'ib-mfd-mtd-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
From Lee Jones: """ Immutable branch between MFD and MTD due for the v4.11 merge window """
Diffstat (limited to 'drivers/mtd/spi-nor/Makefile')
-rw-r--r--drivers/mtd/spi-nor/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/Makefile b/drivers/mtd/spi-nor/Makefile
index 6ff64bc7fa0e..72238a793198 100644
--- a/drivers/mtd/spi-nor/Makefile
+++ b/drivers/mtd/spi-nor/Makefile
@@ -6,3 +6,5 @@ obj-$(CONFIG_SPI_FSL_QUADSPI) += fsl-quadspi.o
obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o
obj-$(CONFIG_MTD_MT81xx_NOR) += mtk-quadspi.o
obj-$(CONFIG_SPI_NXP_SPIFI) += nxp-spifi.o
+obj-$(CONFIG_SPI_INTEL_SPI) += intel-spi.o
+obj-$(CONFIG_SPI_INTEL_SPI_PLATFORM) += intel-spi-platform.o