diff options
author | Michael Brown <mcb30@etherboot.org> | 2009-08-11 15:14:36 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2009-08-11 15:14:36 +0100 |
commit | b3db99a38d8822f29eae6f67ee6034c57284d06f (patch) | |
tree | ba2977520640ec4a7e8bf72f70f080982c6a384e /src/arch | |
parent | d5d68b2e310b8bf0caa6b8529f1ce7adbb92e771 (diff) | |
download | ipxe-b3db99a38d8822f29eae6f67ee6034c57284d06f.tar.gz |
[doc] Expand scope of doxygen-generated documentation
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile index a7c4bc0ec..f5f67ac78 100644 --- a/src/arch/x86/Makefile +++ b/src/arch/x86/Makefile @@ -1,6 +1,6 @@ # Include common x86 headers # -CFLAGS += -Iarch/x86/include +INCDIRS += arch/x86/include # x86-specific directories containing source files # |