summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/parsers/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-08-13 09:25:28 +0200
committerRichard Weinberger <richard@nod.at>2019-09-15 23:50:48 +0200
commit11f74023888f4e50fd33d3428ce473a10e1f1969 (patch)
tree6594e2019cfcdbe41bf9988155d080fe91a3c84d /drivers/mtd/parsers/Makefile
parent5a4a335aa8d5181e76b6c5fc3c236ac202287cf0 (diff)
downloadlinux-11f74023888f4e50fd33d3428ce473a10e1f1969.tar.bz2
mtd: parsers: Move BCM47xx parser
This moves the BCM47xx 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 0bc06386bfcd..3e020c66af64 100644
--- a/drivers/mtd/parsers/Makefile
+++ b/drivers/mtd/parsers/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
+obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o
obj-$(CONFIG_MTD_PARSER_IMAGETAG) += parser_imagetag.o
obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o