diff options
author | Boris Brezillon <bbrezillon@kernel.org> | 2020-03-13 20:42:43 +0100 |
---|---|---|
committer | Tudor Ambarus <tudor.ambarus@microchip.com> | 2020-03-17 08:28:03 +0100 |
commit | aa6351877f3e8a7006d1e17f6be3e15dc12b943e (patch) | |
tree | 2958067f3e19da0da20e7ed829f26830e16ba2fa /drivers/mtd/spi-nor/Makefile | |
parent | mtd: spi-nor: Move GigaDevice bits out of core.c (diff) | |
download | linux-aa6351877f3e8a7006d1e17f6be3e15dc12b943e.tar.xz linux-aa6351877f3e8a7006d1e17f6be3e15dc12b943e.zip |
mtd: spi-nor: Move Intel bits out of core.c
Create a SPI NOR manufacturer driver for Intel chips, and move the
Intel definitions outside of core.c.
Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.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 38f704be4b03..8eb741a27fa7 100644 --- a/drivers/mtd/spi-nor/Makefile +++ b/drivers/mtd/spi-nor/Makefile @@ -7,4 +7,5 @@ spi-nor-objs += esmt.o spi-nor-objs += everspin.o spi-nor-objs += fujitsu.o spi-nor-objs += gigadevice.o +spi-nor-objs += intel.o obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o |