summaryrefslogtreecommitdiff
path: root/drivers/mtd/parsers/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-05-02 16:30:26 +0200
committerRichard Weinberger <richard@nod.at>2019-05-06 21:48:46 +0200
commit2aa3b8e1de23aaf9260b2635d467d69c9a2ea3f2 (patch)
treed3d24858d17d9cf846d6d84cbb08b75613f95922 /drivers/mtd/parsers/Makefile
parent251f26c9e828aa441a603efc32e0308ca76f172c (diff)
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/parsers/Makefile')
-rw-r--r--drivers/mtd/parsers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/parsers/Makefile b/drivers/mtd/parsers/Makefile
index 3860c4464c63..cddc8f35a856 100644
--- a/drivers/mtd/parsers/Makefile
+++ b/drivers/mtd/parsers/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_MTD_PARSER_IMAGETAG) += parser_imagetag.o
+obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o
obj-$(CONFIG_MTD_SHARPSL_PARTS) += sharpslpart.o
obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o