xref: /openbmc/u-boot/arch/x86/cpu/efi/Makefile (revision 4ac5df4b)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (c) 2015 Google, Inc
4
5ifdef CONFIG_EFI_APP
6obj-y += app.o
7obj-y += sdram.o
8endif
9
10ifdef CONFIG_EFI_STUB
11obj-y += car.o
12obj-y += payload.o
13endif
14