diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-08-13 09:25:29 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-09-15 23:50:49 +0200 |
commit | ac37d352bac5104f86e5bae38481eef902076c15 (patch) | |
tree | 5bdbf14610b6178928cb26d2f751fd4964b191fd /drivers/mtd/Makefile | |
parent | 11f74023888f4e50fd33d3428ce473a10e1f1969 (diff) | |
download | linux-ac37d352bac5104f86e5bae38481eef902076c15.tar.gz linux-ac37d352bac5104f86e5bae38481eef902076c15.tar.bz2 linux-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/Makefile')
-rw-r--r-- | drivers/mtd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile index bbc81595e693..7b4dae4cf52d 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_BCM63XX_PARTS) += bcm63xxpart.o obj-y += parsers/ # 'Users' - code which presents functionality to userspace. |