blob: 5dfa01ae8d05881088ea79bbbdf9cef57f7ee1e9 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Alexander Stein2085ae72015-07-24 09:22:10 +02002#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
Alexander Stein2085ae72015-07-24 09:22:10 +02005
6obj-y = cpu.o
Heinrich Schuchardtd47a7742019-11-19 04:02:10 +01007
8ifneq ($(CONFIG_SPL_BUILD),y)
9obj-$(CONFIG_EFI_LOADER) += sctlr.o
10endif