summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Makefile
diff options
context:
space:
mode:
authorBoris Brezillon2018-02-18 17:05:16 +0100
committerBoris Brezillon2018-03-15 15:40:37 +0100
commit26777d37216c976cf6fd196700133a38aa2c4b0f (patch)
tree73199fbe5fba118d48421b21bfdb110d21c03532 /drivers/mtd/Makefile
parentmtd: onenand: Get rid of comments giving the file path inside the file itself (diff)
downloadkernel-qcow2-linux-26777d37216c976cf6fd196700133a38aa2c4b0f.tar.gz
kernel-qcow2-linux-26777d37216c976cf6fd196700133a38aa2c4b0f.tar.xz
kernel-qcow2-linux-26777d37216c976cf6fd196700133a38aa2c4b0f.zip
mtd: Move onenand code base to drivers/mtd/nand/onenand
Move onenand code base to the drivers/mtd/nand directory in the hope that someday someone will patch it to use the generic NAND helpers. If it never happens, at least we'll have all NAND related support in a single directory and not spread over the drivers/mtd/ directory. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'drivers/mtd/Makefile')
-rw-r--r--drivers/mtd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index d6f8f625e1ff..93473d215a38 100644
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -32,7 +32,7 @@ obj-$(CONFIG_MTD_SWAP) += mtdswap.o
nftl-objs := nftlcore.o nftlmount.o
inftl-objs := inftlcore.o inftlmount.o
-obj-y += chips/ lpddr/ maps/ devices/ nand/ onenand/ tests/
+obj-y += chips/ lpddr/ maps/ devices/ nand/ tests/
obj-$(CONFIG_MTD_SPI_NOR) += spi-nor/
obj-$(CONFIG_MTD_UBI) += ubi/