diff options
| author | Michael Brown | 2005-04-18 17:37:17 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-18 17:37:17 +0200 |
| commit | d3ce66a301153b4447cedb83c16faa13be32ed8e (patch) | |
| tree | e7c377af85fed3929a7232a7505833cc815c38ff /src | |
| parent | Moved disk functions to drivers/bus/bios_disks.c (diff) | |
| download | ipxe-d3ce66a301153b4447cedb83c16faa13be32ed8e.tar.gz ipxe-d3ce66a301153b4447cedb83c16faa13be32ed8e.tar.xz ipxe-d3ce66a301153b4447cedb83c16faa13be32ed8e.zip | |
Added arch/i386/drivers/bus
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile index 2a51165ed..f1d30d04b 100644 --- a/src/arch/i386/Makefile +++ b/src/arch/i386/Makefile @@ -2,7 +2,7 @@ # SRCDIRS += arch/i386/core arch/i386/transitions arch/i386/prefix SRCDIRS += arch/i386/firmware/pcbios arch/i386/firmware/linuxbios -SRCDIRS += arch/i386/drivers/net +SRCDIRS += arch/i386/drivers/bus arch/i386/drivers/net # The various xxx_loader.c files are #included into core/loader.c and # should not be compiled directly. |
