summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Makefile
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2010-01-15 19:15:45 +0530
committerTom Rix <Tom.Rix@windriver.com>2010-01-23 08:15:49 -0600
commita6e34f76c51c8514f1b691fc60394f09ae4fb2ff (patch)
tree519a48a5b00bbeeaaf95ef3d1c1bef7b84ae3d77 /drivers/mtd/Makefile
parent2403f8f417b1b94701bb5949903d701f1f414a42 (diff)
downloadblackbird-obmc-uboot-a6e34f76c51c8514f1b691fc60394f09ae4fb2ff.tar.gz
blackbird-obmc-uboot-a6e34f76c51c8514f1b691fc60394f09ae4fb2ff.zip
SPEAr : smi driver support for SPEAr SoCs
SPEAr SoCs contain a serial memory interface controller. This controller is used to interface with spi based memories. This patch adds the driver for this IP. Signed-off-by: Vipin <vipin.kumar@st.com>
Diffstat (limited to 'drivers/mtd/Makefile')
-rwxr-xr-x[-rw-r--r--]drivers/mtd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index 754d648a90..cbf6f156b4 100644..100755
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -34,6 +34,7 @@ COBJS-$(CONFIG_FLASH_CFI_MTD) += cfi_mtd.o
COBJS-$(CONFIG_HAS_DATAFLASH) += dataflash.o
COBJS-$(CONFIG_FLASH_CFI_LEGACY) += jedec_flash.o
COBJS-$(CONFIG_MW_EEPROM) += mw_eeprom.o
+COBJS-$(CONFIG_SPEARSMI) += spr_smi.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OpenPOWER on IntegriCloud