From db0e056abdc2810bd40b60415a1f440274bf54b3 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 22 Apr 2005 16:36:44 +0000 Subject: Make it easier to comment out individual SRC directories when things are broken... :) --- src/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 47e2f2cd..08cb6dbd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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. -- cgit v1.2.3-55-g7522