summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2006-05-13 13:35:29 +0200
committerMichael Brown2006-05-13 13:35:29 +0200
commit1838b58c3f0496975ebb384d784368c3f1cfc951 (patch)
treebd7abca4ad1bc55ace06101523c70403d855e578
parent(Redoing check-in lost by SourceForge's failure.) (diff)
downloadipxe-1838b58c3f0496975ebb384d784368c3f1cfc951.tar.gz
ipxe-1838b58c3f0496975ebb384d784368c3f1cfc951.tar.xz
ipxe-1838b58c3f0496975ebb384d784368c3f1cfc951.zip
Add drivers/block and arch/i386/interface/pcbios
-rw-r--r--src/Makefile1
-rw-r--r--src/arch/i386/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 76d680c4..f737201b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -136,6 +136,7 @@ SRCDIRS += net net/uip net/tcp
#SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net
+SRCDIRS += drivers/block
#SRCDIRS += drivers/disk
SRCDIRS += interface/pxe
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index 94b85c80..c1c21e58 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -6,6 +6,7 @@ SRCDIRS += arch/i386/image
SRCDIRS += arch/i386/drivers/bus
SRCDIRS += arch/i386/drivers/net
SRCDIRS += arch/i386/drivers/disk
+SRCDIRS += arch/i386/interface/pcbios
# The various xxx_loader.c files are #included into core/loader.c and
# should not be compiled directly.