Skip to content

Commit

Permalink
Add DOXYGEN definition, comment out reference to not-yet-existent "im…
Browse files Browse the repository at this point in the history
…age"

directory.
  • Loading branch information
Michael Brown committed May 18, 2005
1 parent fac5f28 commit 2d9fa8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile
Expand Up @@ -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
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d9fa8a

Please sign in to comment.