summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/Makefile
diff options
context:
space:
mode:
authorBoris Brezillon <bbrezillon@kernel.org>2020-03-13 19:42:46 +0000
committerTudor Ambarus <tudor.ambarus@microchip.com>2020-03-17 09:28:05 +0200
commit0173c32a0ebd42c3b0c3f53005590c7749d0652c (patch)
tree5187ea5d15587ff5ee70ed48ddf5e77847cb5004 /drivers/mtd/spi-nor/Makefile
parent15f5c7e54e658aa56e815192cfca59a8b4c6a439 (diff)
downloadlinux-0173c32a0ebd42c3b0c3f53005590c7749d0652c.tar.bz2
mtd: spi-nor: Move Spansion bits out of core.c
Create a SPI NOR manufacturer driver for Spansion chips, and move the Spansion definitions outside of core.c. Signed-off-by: Boris Brezillon <bbrezillon@kernel.org> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Diffstat (limited to 'drivers/mtd/spi-nor/Makefile')
-rw-r--r--drivers/mtd/spi-nor/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/Makefile b/drivers/mtd/spi-nor/Makefile
index c7e5fb908bec..cb06ee50bf68 100644
--- a/drivers/mtd/spi-nor/Makefile
+++ b/drivers/mtd/spi-nor/Makefile
@@ -11,4 +11,5 @@ spi-nor-objs += intel.o
spi-nor-objs += issi.o
spi-nor-objs += macronix.o
spi-nor-objs += micron-st.o
+spi-nor-objs += spansion.o
obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o