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/Makefile | |
parent | d5d68b2e310b8bf0caa6b8529f1ce7adbb92e771 (diff) | |
download | ipxe-b3db99a38d8822f29eae6f67ee6034c57284d06f.tar.gz |
[doc] Expand scope of doxygen-generated documentation
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 0dbe8d3d1..ad60c3562 100644 --- a/src/Makefile +++ b/src/Makefile @@ -80,6 +80,11 @@ SRCDIRS += usr NON_AUTO_SRCS := NON_AUTO_SRCS += drivers/net/prism2.c +# INCDIRS lists the include path +# +INCDIRS := +INCDIRS += include . + ############################################################################### # # Default build target: build the most common targets and print out a |