summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/parsers/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-08-13 09:25:29 +0200
committerRichard Weinberger <richard@nod.at>2019-09-15 23:50:49 +0200
commitac37d352bac5104f86e5bae38481eef902076c15 (patch)
tree5bdbf14610b6178928cb26d2f751fd4964b191fd /drivers/mtd/parsers/Makefile
parent11f74023888f4e50fd33d3428ce473a10e1f1969 (diff)
downloadlinux-stable-ac37d352bac5104f86e5bae38481eef902076c15.tar.gz
linux-stable-ac37d352bac5104f86e5bae38481eef902076c15.tar.bz2
linux-stable-ac37d352bac5104f86e5bae38481eef902076c15.zip
mtd: parsers: Move BCM63xx parser
This moves the BCM63xx 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 3e020c66af64..582def540880 100644
--- a/drivers/mtd/parsers/Makefile
+++ b/drivers/mtd/parsers/Makefile
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o
+obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o
obj-$(CONFIG_MTD_PARSER_IMAGETAG) += parser_imagetag.o
obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o