diff options
author | Michael Brown | 2009-08-11 16:14:36 +0200 |
---|---|---|
committer | Michael Brown | 2009-08-11 16:14:36 +0200 |
commit | b3db99a38d8822f29eae6f67ee6034c57284d06f (patch) | |
tree | ba2977520640ec4a7e8bf72f70f080982c6a384e /src/Makefile | |
parent | [zbin] Change fixup semantics to support ROMs over 128k uncompressed (diff) | |
download | ipxe-b3db99a38d8822f29eae6f67ee6034c57284d06f.tar.gz ipxe-b3db99a38d8822f29eae6f67ee6034c57284d06f.tar.xz ipxe-b3db99a38d8822f29eae6f67ee6034c57284d06f.zip |
[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 0dbe8d3d..ad60c356 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 |