diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-04-09 07:30:25 +0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-04-14 22:23:01 +0400 |
commit | e43b20619bdb6c851dd7b49cbd15e52875a785d4 (patch) | |
tree | 2d2c1f44e79b22ae4965ab55508d82da0035521e /drivers/mtd/Makefile | |
parent | 254592db612aeb55d80399a04995b68f7da48c99 (diff) | |
download | linux-e43b20619bdb6c851dd7b49cbd15e52875a785d4.tar.xz |
mtd: spi-nor: shorten Kconfig naming
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Acked-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'drivers/mtd/Makefile')
-rw-r--r-- | drivers/mtd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile index 40fd15344387..99bb9a1f6e16 100644 --- a/drivers/mtd/Makefile +++ b/drivers/mtd/Makefile @@ -32,5 +32,5 @@ inftl-objs := inftlcore.o inftlmount.o obj-y += chips/ lpddr/ maps/ devices/ nand/ onenand/ tests/ -obj-$(CONFIG_MTD_SPI_NOR_BASE) += spi-nor/ +obj-$(CONFIG_MTD_SPI_NOR) += spi-nor/ obj-$(CONFIG_MTD_UBI) += ubi/ |