diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-05-29 16:51:48 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-05-29 23:49:47 +0100 |
commit | 307b39c08c9a315de9fa90b457367c1b84f51421 (patch) | |
tree | 0d77f18e38fc11dc4c148bf05cfa65aa5cf0abc7 /src/doxygen.cfg | |
parent | eef46c23d6baf3f2717aa8fc201c83928018d162 (diff) | |
download | ipxe-307b39c08c9a315de9fa90b457367c1b84f51421.tar.gz |
[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.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doxygen.cfg b/src/doxygen.cfg index f53c02735..4fc9f1ec9 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 \ |