]> git.ipfire.org Git - people/ms/u-boot.git/blob - lib/efi_selftest/Makefile
efi_selftest: test for (Dis)ConnectController
[people/ms/u-boot.git] / lib / efi_selftest / Makefile
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
10 obj-$(CONFIG_CMD_BOOTEFI_SELFTEST) += \
11 efi_selftest.o \
12 efi_selftest_controllers.o \
13 efi_selftest_console.o \
14 efi_selftest_devicepath.o \
15 efi_selftest_events.o \
16 efi_selftest_exitbootservices.o \
17 efi_selftest_gop.o \
18 efi_selftest_manageprotocols.o \
19 efi_selftest_snp.o \
20 efi_selftest_textoutput.o \
21 efi_selftest_tpl.o \
22 efi_selftest_util.o \
23 efi_selftest_watchdog.o