11 lines
221 B
Makefile
11 lines
221 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 cache.o mpu.o
|
|
obj-$(CONFIG_SYS_ARCH_TIMER) += systick-timer.o
|