Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add drivers/block and arch/i386/interface/pcbios
  • Loading branch information
Michael Brown committed May 13, 2006
1 parent 568cad0 commit 1838b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/arch/i386/Makefile
Expand Up @@ -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.
Expand Down

0 comments on commit 1838b58

Please sign in to comment.