]> git.ipfire.org Git - people/ms/u-boot.git/blame - lib/efi_selftest/Makefile
efi_loader: efi_set_timer: reset signaled state
[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
10CFLAGS_efi_selftest.o := $(CFLAGS_EFI)
11CFLAGS_REMOVE_efi_selftest.o := $(CFLAGS_NON_EFI)
12CFLAGS_efi_selftest_console.o := $(CFLAGS_EFI)
13CFLAGS_REMOVE_efi_selftest_console.o := $(CFLAGS_NON_EFI)
14
15obj-$(CONFIG_CMD_BOOTEFI_SELFTEST) += \
16efi_selftest.o \
17efi_selftest_console.o