efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
authorMarek Behún <marek.behun@nic.cz>
Thu, 20 May 2021 11:23:59 +0000 (13:23 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 24 May 2021 18:21:30 +0000 (14:21 -0400)
commitead698acbc3077eab5b209276a512ddc7fefb6b8
tree2caccd518fb6c4ecaead828a60e4f10a222c7058
parent15f537ccf96f891ee46c0d2d2b5d2021b0de2559
efi_selftest: compiler flags for efi_selftest_miniapp_exception.o

Add $(CFLAGS_EFI) and remove $(CFLAGS_NON_EFI) for
efi_selftest_miniapp_exception.o.

The removal is needed when compiling with LTO - this object file needs
to be compiled without -flto.

The adding is for consistency with other miniapps.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/Makefile