mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
2d18ef2364
Add ARMv7M STM32F1 support including clocks, timer, gpio, and flash. Signed-off-by: Matt Porter <mporter@konsulko.com>
14 lines
340 B
Makefile
14 lines
340 B
Makefile
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2015
|
|
# Kamil Lulko, <rev13@wp.pl>
|
|
#
|
|
# Copyright 2015 ATS Advanced Telematics Systems GmbH
|
|
# Copyright 2015 Konsulko Group, Matt Porter <mporter@konsulko.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += soc.o clock.o timer.o flash.o
|