summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-04-19 20:22:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-14 23:37:53 +0100
commit2749fbac48374b5f5cedda31aa85cca5f199536c (patch)
tree332a305b39d27b1d5717be2cd12c02ef597b452b /drivers/Makefile
parent1bd90ff5a11fdb79eb865173d2bf4b5e25d95679 (diff)
downloadbarebox-2749fbac48374b5f5cedda31aa85cca5f199536c.tar.gz
barebox-2749fbac48374b5f5cedda31aa85cca5f199536c.tar.xz
nor flash: integrate into mtd
CFI Flash is currently handled outside the mtd layer which makes it a special case. Integrate it into mtd so that we get rid of this special status. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 1fddee0dd4..f81bf99ac4 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -3,7 +3,6 @@ obj-$(CONFIG_ARM_AMBA) += amba/
obj-y += net/
obj-y += serial/
obj-y += mtd/
-obj-y += nor/
obj-y += usb/
obj-$(CONFIG_DISK) += ata/
obj-$(CONFIG_SPI) += spi/