mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[build] Remove PACKED macro
Most of iPXE uses __attribute__((packed)) anyway, and PACKED conflicts with an identically-named macro in the upstream EFI header files. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1224,7 +1224,6 @@ PREDEFINED = DOXYGEN=1
|
||||
# Use the PREDEFINED tag if you want to use a different macro definition.
|
||||
|
||||
EXPAND_AS_DEFINED = __attribute__ \
|
||||
PACKED \
|
||||
__unused \
|
||||
__used \
|
||||
__aligned \
|
||||
|
||||
Reference in New Issue
Block a user