Added arch/i386/drivers/bus

pull/1/head
Michael Brown 2005-04-18 15:37:17 +00:00
parent c245ab75ad
commit d3ce66a301
1 changed files with 1 additions and 1 deletions

View File

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