summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
diff options
context:
space:
mode:
authorMichael Brown2005-04-25 21:29:02 +0200
committerMichael Brown2005-04-25 21:29:02 +0200
commit10b7b1a61f686e9d7e48bd7f754ddd76ab4b1a96 (patch)
treea93b0134241e7663794cb5d3e86294d796a133ff /src/arch/i386/Makefile
parentImproved debug messages (diff)
downloadipxe-10b7b1a61f686e9d7e48bd7f754ddd76ab4b1a96.tar.gz
ipxe-10b7b1a61f686e9d7e48bd7f754ddd76ab4b1a96.tar.xz
ipxe-10b7b1a61f686e9d7e48bd7f754ddd76ab4b1a96.zip
Added arch/i386/drivers/disk
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index f1d30d04..f00269ec 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -2,7 +2,9 @@
#
SRCDIRS += arch/i386/core arch/i386/transitions arch/i386/prefix
SRCDIRS += arch/i386/firmware/pcbios arch/i386/firmware/linuxbios
-SRCDIRS += arch/i386/drivers/bus arch/i386/drivers/net
+SRCDIRS += arch/i386/drivers/bus
+SRCDIRS += arch/i386/drivers/net
+SRCDIRS += arch/i386/drivers/disk
# The various xxx_loader.c files are #included into core/loader.c and
# should not be compiled directly.