xref: /openbmc/u-boot/lib/efi_selftest/Makefile (revision 157af4f8)
1:
2# (C) Copyright 2017, Heinrich Schuchardt <xypron.glpk@gmx.de>
3#
4#  SPDX-License-Identifier:     GPL-2.0+
5#
6
7# This file only gets included with CONFIG_EFI_LOADER set, so all
8# object inclusion implicitly depends on it
9
10obj-$(CONFIG_CMD_BOOTEFI_SELFTEST) += \
11efi_selftest.o \
12efi_selftest_console.o \
13efi_selftest_devicepath.o \
14efi_selftest_events.o \
15efi_selftest_exitbootservices.o \
16efi_selftest_gop.o \
17efi_selftest_manageprotocols.o \
18efi_selftest_snp.o \
19efi_selftest_textoutput.o \
20efi_selftest_tpl.o \
21efi_selftest_util.o \
22efi_selftest_watchdog.o
23