summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2005-04-18 17:37:17 +0200
committerMichael Brown2005-04-18 17:37:17 +0200
commitd3ce66a301153b4447cedb83c16faa13be32ed8e (patch)
treee7c377af85fed3929a7232a7505833cc815c38ff
parentMoved disk functions to drivers/bus/bios_disks.c (diff)
downloadipxe-d3ce66a301153b4447cedb83c16faa13be32ed8e.tar.gz
ipxe-d3ce66a301153b4447cedb83c16faa13be32ed8e.tar.xz
ipxe-d3ce66a301153b4447cedb83c16faa13be32ed8e.zip
Added arch/i386/drivers/bus
-rw-r--r--src/arch/i386/Makefile2
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.