diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-04-08 20:30:25 -0700 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-04-14 11:23:01 -0700 |
commit | e43b20619bdb6c851dd7b49cbd15e52875a785d4 (patch) | |
tree | 2d2c1f44e79b22ae4965ab55508d82da0035521e /drivers/mtd/Makefile | |
parent | 254592db612aeb55d80399a04995b68f7da48c99 (diff) | |
download | op-kernel-dev-e43b20619bdb6c851dd7b49cbd15e52875a785d4.zip op-kernel-dev-e43b20619bdb6c851dd7b49cbd15e52875a785d4.tar.gz |
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 40fd153..99bb9a1 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/ |