]> git.ipfire.org Git - people/ms/u-boot.git/blame - lib/efi_selftest/Makefile
efi_selftest: compile without special compiler flags
[people/ms/u-boot.git] / lib / efi_selftest / Makefile
CommitLineData
623b3a57
HS
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
623b3a57
HS
10obj-$(CONFIG_CMD_BOOTEFI_SELFTEST) += \
11efi_selftest.o \
bd126692 12efi_selftest_console.o \
bf19064b 13efi_selftest_devicepath.o \
1835f6ea 14efi_selftest_events.o \
0923876d 15efi_selftest_exitbootservices.o \
49d62cb0 16efi_selftest_gop.o \
927ca890 17efi_selftest_manageprotocols.o \
5ca23ed5 18efi_selftest_snp.o \
7406f824 19efi_selftest_textoutput.o \
5ca23ed5 20efi_selftest_tpl.o \
30a0045a
HS
21efi_selftest_util.o \
22efi_selftest_watchdog.o