linuxOS_AP06/u-boot/arch/arm/cpu/armv7m/Makefile

11 lines
221 B
Makefile
Raw Normal View History

2025-06-03 04:28:32 +00:00
#
# (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 cache.o mpu.o
obj-$(CONFIG_SYS_ARCH_TIMER) += systick-timer.o