aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-05-13 11:35:29 +0000
committerMichael Brown <mcb30@etherboot.org>2006-05-13 11:35:29 +0000
commit1838b58c3f0496975ebb384d784368c3f1cfc951 (patch)
treebd7abca4ad1bc55ace06101523c70403d855e578 /src/arch/i386/Makefile
parent568cad0ddcbadaf9ee2e965afaa3fc54f53962ff (diff)
downloadipxe-1838b58c3f0496975ebb384d784368c3f1cfc951.tar.gz
Add drivers/block and arch/i386/interface/pcbios
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r--src/arch/i386/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index 94b85c807..c1c21e580 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.