Add DOXYGEN definition, comment out reference to not-yet-existent "image"

directory.
This commit is contained in:
Michael Brown
2005-05-18 11:12:17 +00:00
parent fac5f28d7e
commit 2d9fa8a1d9

View File

@@ -79,6 +79,7 @@ MKCONFIG ?= $(PERL) ./util/mkconfig.pl
SYMCHECK ?= $(PERL) ./util/symcheck.pl SYMCHECK ?= $(PERL) ./util/symcheck.pl
SORTOBJDUMP ?= $(PERL) ./util/sortobjdump.pl SORTOBJDUMP ?= $(PERL) ./util/sortobjdump.pl
NRV2B ?= ./util/nrv2b NRV2B ?= ./util/nrv2b
DOXYGEN ?= doxygen
# Location to place generated files # Location to place generated files
# #
@@ -130,7 +131,7 @@ DEBUG_TARGETS += dbg2.o dbg.o c s
# #
SRCDIRS += core SRCDIRS += core
SRCDIRS += proto SRCDIRS += proto
SRCDIRS += image #SRCDIRS += image
SRCDIRS += drivers/bus SRCDIRS += drivers/bus
SRCDIRS += drivers/net SRCDIRS += drivers/net
#SRCDIRS += drivers/disk #SRCDIRS += drivers/disk