summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/Makefile
diff options
context:
space:
mode:
authorBrian Norris2014-04-09 05:30:25 +0200
committerBrian Norris2014-04-14 20:23:01 +0200
commite43b20619bdb6c851dd7b49cbd15e52875a785d4 (patch)
tree2d2c1f44e79b22ae4965ab55508d82da0035521e /drivers/mtd/spi-nor/Makefile
parentDocumentation: spi-nor: rewrite some portions (diff)
downloadkernel-qcow2-linux-e43b20619bdb6c851dd7b49cbd15e52875a785d4.tar.gz
kernel-qcow2-linux-e43b20619bdb6c851dd7b49cbd15e52875a785d4.tar.xz
kernel-qcow2-linux-e43b20619bdb6c851dd7b49cbd15e52875a785d4.zip
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/spi-nor/Makefile')
-rw-r--r--drivers/mtd/spi-nor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/Makefile b/drivers/mtd/spi-nor/Makefile
index 51f9d8b99ab7..6a7ce1462247 100644
--- a/drivers/mtd/spi-nor/Makefile
+++ b/drivers/mtd/spi-nor/Makefile
@@ -1,2 +1,2 @@
-obj-$(CONFIG_MTD_SPI_NOR_BASE) += spi-nor.o
+obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o
obj-$(CONFIG_SPI_FSL_QUADSPI) += fsl-quadspi.o