commit | 3d2010c95be6da8c123225d1e720e3ba75c3ffb8 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Thu May 20 13:23:59 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 24 14:21:30 2021 -0400 |
tree | 2caccd518fb6c4ecaead828a60e4f10a222c7058 | |
parent | e7d8e456aa46cd499eea850db59a0aef57ccfb2c [diff] |
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>