http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5dde85
)
Added arch/i386/drivers/disk
author
Michael Brown
<mcb30@etherboot.org>
Mon, 25 Apr 2005 19:29:02 +0000
(19:29 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 25 Apr 2005 19:29:02 +0000
(19:29 +0000)
src/arch/i386/Makefile
patch
|
blob
|
history
diff --git
a/src/arch/i386/Makefile
b/src/arch/i386/Makefile
index
f1d30d0
..
f00269e
100644
(file)
--- a/
src/arch/i386/Makefile
+++ b/
src/arch/i386/Makefile
@@
-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.