diff options
| author | Michael Brown | 2006-05-13 13:35:29 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-13 13:35:29 +0200 |
| commit | 1838b58c3f0496975ebb384d784368c3f1cfc951 (patch) | |
| tree | bd7abca4ad1bc55ace06101523c70403d855e578 /src/arch/i386/Makefile | |
| parent | (Redoing check-in lost by SourceForge's failure.) (diff) | |
| download | ipxe-1838b58c3f0496975ebb384d784368c3f1cfc951.tar.gz ipxe-1838b58c3f0496975ebb384d784368c3f1cfc951.tar.xz ipxe-1838b58c3f0496975ebb384d784368c3f1cfc951.zip | |
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. |
