xref: /openbmc/u-boot/arch/x86/cpu/efi/Makefile (revision eba6589f7e019d8ccb331a84a789b0c4d74f51f6)
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