Browse Source

Added arch/i386/drivers/bus

tags/v0.9.3
Michael Brown 20 years ago
parent
commit
d3ce66a301
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/Makefile

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

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

Loading…
Cancel
Save