summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Makefile
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2016-03-09 15:18:13 -0800
committerTom Rini <trini@konsulko.com>2016-03-26 18:49:28 -0400
commit9ecb0c416c68d3105bc9b6607bc8601cab2ecf35 (patch)
tree049e372d9109963019def79dceebaf24d8713c2e /drivers/mtd/Makefile
parentf9d0fd8a566f78f27a510258c34b3526f9822e92 (diff)
downloadtalos-obmc-uboot-9ecb0c416c68d3105bc9b6607bc8601cab2ecf35.tar.gz
talos-obmc-uboot-9ecb0c416c68d3105bc9b6607bc8601cab2ecf35.zip
stm32: stm32f4: move flash driver to mtd driver location
Same flash driver can be used by other stm32 families like stm32f7. Better place for this driver would be mtd driver location. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Diffstat (limited to 'drivers/mtd/Makefile')
-rw-r--r--drivers/mtd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index 7f018a4eca..703700aae0 100644
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -20,3 +20,4 @@ obj-$(CONFIG_FTSMC020) += ftsmc020.o
obj-$(CONFIG_FLASH_CFI_LEGACY) += jedec_flash.o
obj-$(CONFIG_MW_EEPROM) += mw_eeprom.o
obj-$(CONFIG_ST_SMI) += st_smi.o
+obj-$(CONFIG_STM32_FLASH) += stm32_flash.o
OpenPOWER on IntegriCloud