summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-05-16 11:10:33 +0200
committerWolfgang Denk <wd@denx.de>2008-06-03 20:31:34 +0200
commitd25ce7d24cc0f93881559f4009175ea305af65e8 (patch)
tree5f06370563f9a19fa0d0d266035d136e7688b487 /Makefile
parent60445cb5c3eb77ed1a07f2d908eef09174483698 (diff)
downloadu-boot-imx-d25ce7d24cc0f93881559f4009175ea305af65e8.zip
u-boot-imx-d25ce7d24cc0f93881559f4009175ea305af65e8.tar.gz
u-boot-imx-d25ce7d24cc0f93881559f4009175ea305af65e8.tar.bz2
SPI Flash subsystem
This adds a new SPI flash subsystem. Currently, only AT45 DataFlash in non-power-of-two mode is supported, but some preliminary support for other flash types is in place as well. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 30b6aef..cc988e1 100644
--- a/Makefile
+++ b/Makefile
@@ -224,6 +224,7 @@ LIBS += drivers/mtd/libmtd.a
LIBS += drivers/mtd/nand/libnand.a
LIBS += drivers/mtd/nand_legacy/libnand_legacy.a
LIBS += drivers/mtd/onenand/libonenand.a
+LIBS += drivers/mtd/spi/libspi_flash.a
LIBS += drivers/net/libnet.a
LIBS += drivers/net/sk98lin/libsk98lin.a
LIBS += drivers/pci/libpci.a
@@ -390,6 +391,7 @@ TAG_SUBDIRS += drivers/mtd
TAG_SUBDIRS += drivers/mtd/nand
TAG_SUBDIRS += drivers/mtd/nand_legacy
TAG_SUBDIRS += drivers/mtd/onenand
+TAG_SUBDIRS += drivers/mtd/spi
TAG_SUBDIRS += drivers/net
TAG_SUBDIRS += drivers/net/sk98lin
TAG_SUBDIRS += drivers/pci