diff options
author | Boris Brezillon <bbrezillon@kernel.org> | 2020-03-13 22:42:44 +0300 |
---|---|---|
committer | Tudor Ambarus <tudor.ambarus@microchip.com> | 2020-03-17 10:28:04 +0300 |
commit | 0a37198183c60fc73c23583d6ad23d4b832ce250 (patch) | |
tree | 18ccac4b6e04ab9f6b9fbf5defed45f02480dd0d /drivers/mtd/spi-nor/Makefile | |
parent | aa6351877f3e8a7006d1e17f6be3e15dc12b943e (diff) | |
download | linux-0a37198183c60fc73c23583d6ad23d4b832ce250.tar.xz |
mtd: spi-nor: Move ISSI bits out of core.c
Create a SPI NOR manufacturer driver for ISSI chips, and move the
ISSI 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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/Makefile b/drivers/mtd/spi-nor/Makefile index 8eb741a27fa7..5c849f104cc4 100644 --- a/drivers/mtd/spi-nor/Makefile +++ b/drivers/mtd/spi-nor/Makefile @@ -8,4 +8,5 @@ spi-nor-objs += everspin.o spi-nor-objs += fujitsu.o spi-nor-objs += gigadevice.o spi-nor-objs += intel.o +spi-nor-objs += issi.o obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o |