summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/parsers/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-08-13 09:25:31 +0200
committerRichard Weinberger <richard@nod.at>2019-09-15 23:50:50 +0200
commita3f12a35c91d649406c94fd791c8d6d1c3c29b6e (patch)
tree5fbc57d2c0d1416f64a66915f2cc2bc14ed1e3ac /drivers/mtd/parsers/Makefile
parentc5da56f7c238fb7528f2c304d7d10af896e42516 (diff)
downloadlinux-a3f12a35c91d649406c94fd791c8d6d1c3c29b6e.tar.bz2
mtd: parsers: Move CMDLINE parser
This moves the CMDLINE partition parser down into the parser subdirectory. No functional change. 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 69b2c5289f96..b0c5f62f9e85 100644
--- a/drivers/mtd/parsers/Makefile
+++ b/drivers/mtd/parsers/Makefile
@@ -2,6 +2,7 @@
obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o
obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o
+obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o
obj-$(CONFIG_MTD_OF_PARTS) += ofpart.o
obj-$(CONFIG_MTD_PARSER_IMAGETAG) += parser_imagetag.o
obj-$(CONFIG_MTD_AFS_PARTS) += afs.o