Browse Source

Added arch/i386/drivers/disk

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
10b7b1a61f
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/arch/i386/Makefile

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

@@ -2,7 +2,9 @@
2 2
 #
3 3
 SRCDIRS		+= arch/i386/core arch/i386/transitions arch/i386/prefix
4 4
 SRCDIRS		+= arch/i386/firmware/pcbios arch/i386/firmware/linuxbios
5
-SRCDIRS		+= arch/i386/drivers/bus arch/i386/drivers/net
5
+SRCDIRS		+= arch/i386/drivers/bus
6
+SRCDIRS		+= arch/i386/drivers/net
7
+SRCDIRS		+= arch/i386/drivers/disk
6 8
 
7 9
 # The various xxx_loader.c files are #included into core/loader.c and
8 10
 # should not be compiled directly.

Loading…
Cancel
Save