mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
2d18ef2364
Add ARMv7M STM32F1 support including clocks, timer, gpio, and flash. Signed-off-by: Matt Porter <mporter@konsulko.com>
12 lines
228 B
Makefile
12 lines
228 B
Makefile
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y := start.o
|
|
obj-y += cpu.o
|
|
|
|
obj-$(CONFIG_STM32F1) += stm32f1/
|
|
obj-$(CONFIG_STM32F4) += stm32f4/
|