Browse Source

Added drivers/ata directory (forgot to check this in previously).

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

+ 1
- 0
src/Makefile View File

138
 SRCDIRS		+= drivers/net
138
 SRCDIRS		+= drivers/net
139
 SRCDIRS		+= drivers/block
139
 SRCDIRS		+= drivers/block
140
 SRCDIRS		+= drivers/scsi
140
 SRCDIRS		+= drivers/scsi
141
+SRCDIRS		+= drivers/ata
141
 SRCDIRS		+= drivers/nvs
142
 SRCDIRS		+= drivers/nvs
142
 SRCDIRS		+= interface/pxe
143
 SRCDIRS		+= interface/pxe
143
 
144
 

Loading…
Cancel
Save