~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 5dfa01ae8d05881088ea79bbbdf9cef57f7ee1e9 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.

obj-y	= cpu.o

ifneq ($(CONFIG_SPL_BUILD),y)
obj-$(CONFIG_EFI_LOADER) += sctlr.o
endif