Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / cpu / arm11 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2000-2006
4 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6 obj-y   = cpu.o
7
8 ifneq ($(CONFIG_SPL_BUILD),y)
9 obj-$(CONFIG_EFI_LOADER) += sctlr.o
10 endif