Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / x86 / cpu / efi / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (c) 2015 Google, Inc
4
5 ifdef CONFIG_EFI_APP
6 obj-y += app.o
7 obj-y += sdram.o
8 endif
9
10 ifdef CONFIG_EFI_STUB
11 obj-y += car.o
12 obj-y += payload.o
13 endif