summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Makefile
diff options
context:
space:
mode:
authorLinus Walleij2019-05-02 16:30:26 +0200
committerRichard Weinberger2019-05-06 21:48:46 +0200
commit2aa3b8e1de23aaf9260b2635d467d69c9a2ea3f2 (patch)
treed3d24858d17d9cf846d6d84cbb08b75613f95922 /drivers/mtd/Makefile
parentmtd: maps: Make uclinux_ram_map static (diff)
downloadkernel-qcow2-linux-2aa3b8e1de23aaf9260b2635d467d69c9a2ea3f2.tar.gz
kernel-qcow2-linux-2aa3b8e1de23aaf9260b2635d467d69c9a2ea3f2.tar.xz
kernel-qcow2-linux-2aa3b8e1de23aaf9260b2635d467d69c9a2ea3f2.zip
mtd: afs: Move AFS partition parser to parsers subdir
This moves the AFS (ARM Firmware Suite) partition parser for NOR flash down into the parsers subdirectory. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/Makefile')
-rw-r--r--drivers/mtd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index 58fc327a5276..806287e80e84 100644
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -9,7 +9,6 @@ mtd-y := mtdcore.o mtdsuper.o mtdconcat.o mtdpart.o mtdchar.o
obj-$(CONFIG_MTD_OF_PARTS) += ofpart.o
obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o
-obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o
obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o