david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add drivers/block and arch/i386/interface/pcbios

This commit is contained in:
Michael Brown 2006-05-13 11:35:29 +00:00
parent 568cad0ddc
commit 1838b58c3f
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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.