Skip to content

Commit

Permalink
Make it easier to comment out individual SRC directories when things
Browse files Browse the repository at this point in the history
are broken...  :)
  • Loading branch information
Michael Brown committed Apr 22, 2005
1 parent e8f3645 commit db0e056
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Makefile
Expand Up @@ -123,8 +123,10 @@ DEBUG_TARGETS += dbg.o c s

# SRCDIRS lists all directories containing source files.
#
SRCDIRS += core drivers/bus drivers/net
# drivers/disk
SRCDIRS += core
SRCDIRS += drivers/bus
SRCDIRS += drivers/net
#SRCDIRS += drivers/disk

# NON_AUTO_SRCS lists files that are excluded from the normal
# automatic build system.
Expand Down

0 comments on commit db0e056

Please sign in to comment.