summary refs log tree commit diff
path: root/drivers/mtd/Makefile
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2014-04-08 20:30:25 -0700
committerBrian Norris <computersforpeace@gmail.com>2014-04-14 11:23:01 -0700
commite43b20619bdb6c851dd7b49cbd15e52875a785d4 (patch)
tree2d2c1f44e79b22ae4965ab55508d82da0035521e /drivers/mtd/Makefile
parent254592db612aeb55d80399a04995b68f7da48c99 (diff)
downloadlinux-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/Makefile2
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/