commit | 1598c83ecec64619379834ec21de8efe2536ac3d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 11 11:21:57 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 20 07:31:12 2021 -0400 |
tree | 6db09e95354b6486841b39bb6a7ec0ecb3525cc1 | |
parent | 1b8897c63e4c4eedd55f69f9728cd49f2a1cddba [diff] |
x86: correct usage of CFLAGS_NON_EFI The current usage of the variable CFLAGS_NON_EFI on the x86 architecture deviates from other architectures. Variable CFLAGS_NON_EFI is the list of compiler flags to be removed when building UEFI applications. It is not a list of flags to be added anywhere. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>