[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:
Michael Brown
2010-05-29 16:51:48 +01:00
parent eef46c23d6
commit 307b39c08c
6 changed files with 70 additions and 74 deletions

View File

@@ -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 \