diff options
author | Michael Brown | 2005-05-18 13:12:17 +0200 |
---|---|---|
committer | Michael Brown | 2005-05-18 13:12:17 +0200 |
commit | 2d9fa8a1d9bd51d0bb27d4fb1ca82d4c7c865b94 (patch) | |
tree | 3d8e36d27438c41a254bef61f7d33e8041437139 /src/Makefile | |
parent | There is no arch/i386/firmware/linuxbios directory (diff) | |
download | ipxe-2d9fa8a1d9bd51d0bb27d4fb1ca82d4c7c865b94.tar.gz ipxe-2d9fa8a1d9bd51d0bb27d4fb1ca82d4c7c865b94.tar.xz ipxe-2d9fa8a1d9bd51d0bb27d4fb1ca82d4c7c865b94.zip |
Add DOXYGEN definition, comment out reference to not-yet-existent "image"
directory.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index fa7b3f3f..2393eecb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -79,6 +79,7 @@ MKCONFIG ?= $(PERL) ./util/mkconfig.pl SYMCHECK ?= $(PERL) ./util/symcheck.pl SORTOBJDUMP ?= $(PERL) ./util/sortobjdump.pl NRV2B ?= ./util/nrv2b +DOXYGEN ?= doxygen # Location to place generated files # @@ -130,7 +131,7 @@ DEBUG_TARGETS += dbg2.o dbg.o c s # SRCDIRS += core SRCDIRS += proto -SRCDIRS += image +#SRCDIRS += image SRCDIRS += drivers/bus SRCDIRS += drivers/net #SRCDIRS += drivers/disk |