소스 검색

Make it easier to comment out individual SRC directories when things

are broken...  :)
tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
db0e056abd
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4
    2
      src/Makefile

+ 4
- 2
src/Makefile 파일 보기

@@ -123,8 +123,10 @@ DEBUG_TARGETS	+= dbg.o c s
123 123
 
124 124
 # SRCDIRS lists all directories containing source files.
125 125
 #
126
-SRCDIRS		+= core drivers/bus drivers/net
127
-# drivers/disk
126
+SRCDIRS		+= core
127
+SRCDIRS		+= drivers/bus
128
+SRCDIRS		+= drivers/net
129
+#SRCDIRS		+= drivers/disk 
128 130
 
129 131
 # NON_AUTO_SRCS lists files that are excluded from the normal
130 132
 # automatic build system.

Loading…
취소
저장