Added arch/i386/drivers/disk

pull/1/head
Michael Brown 2005-04-25 19:29:02 +00:00
parent f5dde85e16
commit 10b7b1a61f
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
#
SRCDIRS += arch/i386/core arch/i386/transitions arch/i386/prefix
SRCDIRS += arch/i386/firmware/pcbios arch/i386/firmware/linuxbios
SRCDIRS += arch/i386/drivers/bus arch/i386/drivers/net
SRCDIRS += arch/i386/drivers/bus
SRCDIRS += arch/i386/drivers/net
SRCDIRS += arch/i386/drivers/disk
# The various xxx_loader.c files are #included into core/loader.c and
# should not be compiled directly.