summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32/stm32f4/Makefile
diff options
context:
space:
mode:
authorVikas Manocha <vikas.manocha@st.com>2016-03-09 23:18:13 (GMT)
committerTom Rini <trini@konsulko.com>2016-03-26 22:49:28 (GMT)
commit9ecb0c416c68d3105bc9b6607bc8601cab2ecf35 (patch)
tree049e372d9109963019def79dceebaf24d8713c2e /arch/arm/mach-stm32/stm32f4/Makefile
parentf9d0fd8a566f78f27a510258c34b3526f9822e92 (diff)
downloadu-boot-9ecb0c416c68d3105bc9b6607bc8601cab2ecf35.tar.xz
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 'arch/arm/mach-stm32/stm32f4/Makefile')
-rw-r--r--arch/arm/mach-stm32/stm32f4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32/stm32f4/Makefile b/arch/arm/mach-stm32/stm32f4/Makefile
index 42d01db..020e783 100644
--- a/arch/arm/mach-stm32/stm32f4/Makefile
+++ b/arch/arm/mach-stm32/stm32f4/Makefile
@@ -8,4 +8,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-y += soc.o clock.o timer.o flash.o
+obj-y += soc.o clock.o timer.o