瀏覽代碼

Make it easier to comment out individual SRC directories when things

are broken...  :)
tags/v0.9.3
Michael Brown 20 年之前
父節點
當前提交
db0e056abd
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. 4
    2
      src/Makefile

+ 4
- 2
src/Makefile 查看文件

123
 
123
 
124
 # SRCDIRS lists all directories containing source files.
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
 # NON_AUTO_SRCS lists files that are excluded from the normal
131
 # NON_AUTO_SRCS lists files that are excluded from the normal
130
 # automatic build system.
132
 # automatic build system.

Loading…
取消
儲存