summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cfg
diff options
context:
space:
mode:
authorMichael Brown2010-05-29 17:51:48 +0200
committerMichael Brown2010-05-30 00:49:47 +0200
commit307b39c08c9a315de9fa90b457367c1b84f51421 (patch)
tree0d77f18e38fc11dc4c148bf05cfa65aa5cf0abc7 /src/doxygen.cfg
parent[efi] Update UEFI header files with latest version from TianoCore (diff)
downloadipxe-307b39c08c9a315de9fa90b457367c1b84f51421.tar.gz
ipxe-307b39c08c9a315de9fa90b457367c1b84f51421.tar.xz
ipxe-307b39c08c9a315de9fa90b457367c1b84f51421.zip
[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>
Diffstat (limited to 'src/doxygen.cfg')
-rw-r--r--src/doxygen.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doxygen.cfg b/src/doxygen.cfg
index f53c0273..4fc9f1ec 100644
--- a/src/doxygen.cfg
+++ b/src/doxygen.cfg
@@ -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 \