diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-11-10 23:01:25 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-11-12 13:44:13 +0300 |
commit | 43f1fd01a635cb4815f83eccd33ebc620b627a95 (patch) | |
tree | 28e2bcafe32a89488c332f914c4b39ad78092cfe /drivers/mtd/Makefile | |
parent | f7d6cf6d0c7e2d8035f849c9c4407c48924cbd0f (diff) | |
download | linux-43f1fd01a635cb4815f83eccd33ebc620b627a95.tar.xz |
mtd: Move Redboot partition parser
This moves the Redboot partition parser down to the parsers
subdirectory.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
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 93473d215a38..58fc327a5276 100644 --- a/drivers/mtd/Makefile +++ b/drivers/mtd/Makefile @@ -8,7 +8,6 @@ obj-$(CONFIG_MTD) += mtd.o mtd-y := mtdcore.o mtdsuper.o mtdconcat.o mtdpart.o mtdchar.o obj-$(CONFIG_MTD_OF_PARTS) += ofpart.o -obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o obj-$(CONFIG_MTD_AFS_PARTS) += afs.o obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o |