Browse Source

Added missing drivers/scsi

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
61d7b8a5ef
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile View File

137
 SRCDIRS		+= drivers/bus
137
 SRCDIRS		+= drivers/bus
138
 SRCDIRS		+= drivers/net
138
 SRCDIRS		+= drivers/net
139
 SRCDIRS		+= drivers/block
139
 SRCDIRS		+= drivers/block
140
-#SRCDIRS		+= drivers/disk 
140
+SRCDIRS		+= drivers/scsi
141
 SRCDIRS		+= interface/pxe
141
 SRCDIRS		+= interface/pxe
142
 
142
 
143
 # NON_AUTO_SRCS lists files that are excluded from the normal
143
 # NON_AUTO_SRCS lists files that are excluded from the normal

Loading…
Cancel
Save