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/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/arm/mach-stm32/Makefile (limited to 'arch/arm/mach-stm32/Makefile') diff --git a/arch/arm/mach-stm32/Makefile b/arch/arm/mach-stm32/Makefile new file mode 100644 index 0000000000..ea06034e10 --- /dev/null +++ b/arch/arm/mach-stm32/Makefile @@ -0,0 +1,9 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_STM32F1) += stm32f1/ +obj-$(CONFIG_STM32F4) += stm32f4/ -- cgit v1.2.1