u-boot-brain/arch/arm/cpu/arm926ejs/mx25/Makefile

12 lines
208 B
Makefile
Raw Normal View History

#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
obj-y = generic.o timer.o reset.o
ifndef CONFIG_SPL_BUILD
obj-y += relocate.o
endif