http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add drivers/block and arch/i386/interface/pcbios
[people/xl0/gpxe.git]
/
src
/
arch
/
i386
/
Makefile
diff --git
a/src/arch/i386/Makefile
b/src/arch/i386/Makefile
index
94b85c8
..
c1c21e5
100644
(file)
--- a/
src/arch/i386/Makefile
+++ b/
src/arch/i386/Makefile
@@
-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.