2017-09-15 08:06:11 +00:00
|
|
|
:
|
|
|
|
# (C) Copyright 2017, Heinrich Schuchardt <xypron.glpk@gmx.de>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#
|
|
|
|
|
|
|
|
# This file only gets included with CONFIG_EFI_LOADER set, so all
|
|
|
|
# object inclusion implicitly depends on it
|
|
|
|
|
|
|
|
obj-$(CONFIG_CMD_BOOTEFI_SELFTEST) += \
|
|
|
|
efi_selftest.o \
|
2017-09-15 08:06:15 +00:00
|
|
|
efi_selftest_console.o \
|
2017-11-26 13:05:11 +00:00
|
|
|
efi_selftest_devicepath.o \
|
2017-09-15 08:06:17 +00:00
|
|
|
efi_selftest_events.o \
|
2017-09-15 08:06:19 +00:00
|
|
|
efi_selftest_exitbootservices.o \
|
2017-10-26 17:25:52 +00:00
|
|
|
efi_selftest_gop.o \
|
2017-11-06 20:17:43 +00:00
|
|
|
efi_selftest_manageprotocols.o \
|
2017-10-05 14:36:07 +00:00
|
|
|
efi_selftest_snp.o \
|
2017-10-18 16:13:19 +00:00
|
|
|
efi_selftest_textoutput.o \
|
2017-10-05 14:36:07 +00:00
|
|
|
efi_selftest_tpl.o \
|
2017-10-18 16:13:05 +00:00
|
|
|
efi_selftest_util.o \
|
|
|
|
efi_selftest_watchdog.o
|