Skip to content
Snippets Groups Projects
Commit ead698ac authored by Marek Behún's avatar Marek Behún Committed by Tom Rini
Browse files

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: default avatarMarek Behún <marek.behun@nic.cz>
Reviewed-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 15f537cc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment