]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7m/Makefile
ARMv7M: add STM32F1 support
[people/ms/u-boot.git] / arch / arm / cpu / armv7m / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 extra-y := start.o
9 obj-y += cpu.o
10
11 obj-$(CONFIG_STM32F1) += stm32f1/
12 obj-$(CONFIG_STM32F4) += stm32f4/