From 0a61ee880ceecfa8e3ac12774c4424a73c0ba91d Mon Sep 17 00:00:00 2001 From: Vikas Manocha Date: Fri, 15 Jan 2016 17:49:06 -0800 Subject: stm32: move stm32 specific code to mach-stm32 This patch moves stm32 sources at one place, with this armv7m now contains only generic stuff. Signed-off-by: Vikas Manocha --- arch/arm/mach-stm32/stm32f4/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 arch/arm/mach-stm32/stm32f4/Makefile (limited to 'arch/arm/mach-stm32/stm32f4/Makefile') diff --git a/arch/arm/mach-stm32/stm32f4/Makefile b/arch/arm/mach-stm32/stm32f4/Makefile new file mode 100644 index 0000000000..42d01db14d --- /dev/null +++ b/arch/arm/mach-stm32/stm32f4/Makefile @@ -0,0 +1,11 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2015 +# Kamil Lulko, +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += soc.o clock.o timer.o flash.o -- cgit v1.2.1