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/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/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 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 |