Browse Source

Add drivers/block and arch/i386/interface/pcbios

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
1838b58c3f
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      src/Makefile
  2. 1
    0
      src/arch/i386/Makefile

+ 1
- 0
src/Makefile View File

@@ -136,6 +136,7 @@ SRCDIRS		+= net net/uip net/tcp
136 136
 #SRCDIRS		+= image
137 137
 SRCDIRS		+= drivers/bus
138 138
 SRCDIRS		+= drivers/net
139
+SRCDIRS		+= drivers/block
139 140
 #SRCDIRS		+= drivers/disk 
140 141
 SRCDIRS		+= interface/pxe
141 142
 

+ 1
- 0
src/arch/i386/Makefile View File

@@ -6,6 +6,7 @@ SRCDIRS		+= arch/i386/image
6 6
 SRCDIRS		+= arch/i386/drivers/bus
7 7
 SRCDIRS		+= arch/i386/drivers/net
8 8
 SRCDIRS		+= arch/i386/drivers/disk
9
+SRCDIRS		+= arch/i386/interface/pcbios
9 10
 
10 11
 # The various xxx_loader.c files are #included into core/loader.c and
11 12
 # should not be compiled directly.

Loading…
Cancel
Save