blob: 32c2ddedb9469e86db322dcbf4ef1e90c2096190 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Ben Stoltzab76a472015-08-04 12:33:46 -06002#
3# Copyright (c) 2015 Google, Inc
Ben Stoltzab76a472015-08-04 12:33:46 -06004
Bin Meng525c8612018-06-12 08:36:16 -07005ifdef CONFIG_EFI_APP
Ben Stoltzab76a472015-08-04 12:33:46 -06006obj-y += efi.o
7obj-y += sdram.o
Bin Meng525c8612018-06-12 08:36:16 -07008endif
9
10ifdef CONFIG_EFI_STUB
11obj-y += car.o
12obj-y += payload.o
13endif