diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-05-13 11:35:29 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-05-13 11:35:29 +0000 |
commit | 1838b58c3f0496975ebb384d784368c3f1cfc951 (patch) | |
tree | bd7abca4ad1bc55ace06101523c70403d855e578 /src/arch/i386/Makefile | |
parent | 568cad0ddcbadaf9ee2e965afaa3fc54f53962ff (diff) | |
download | ipxe-1838b58c3f0496975ebb384d784368c3f1cfc951.tar.gz |
Add drivers/block and arch/i386/interface/pcbios
Diffstat (limited to 'src/arch/i386/Makefile')
-rw-r--r-- | src/arch/i386/Makefile | 1 |
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. |