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

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