http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21391d
)
Fix typo.
author
Marty Connor
<mdc@etherboot.org>
Sun, 18 Nov 2007 16:12:54 +0000
(11:12 -0500)
committer
Marty Connor
<mdc@etherboot.org>
Sun, 18 Nov 2007 16:12:54 +0000
(11:12 -0500)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
ed39ab7
..
2abf986
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-147,14
+147,13
@@
SRCDIRS += net net/tcp net/udp
SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net
-SRCDIRS += drivers/net/1000
+SRCDIRS += drivers/net/
e
1000
SRCDIRS += drivers/block
SRCDIRS += drivers/scsi
SRCDIRS += drivers/ata
SRCDIRS += drivers/nvs
SRCDIRS += drivers/bitbash
SRCDIRS += drivers/infiniband
-SRCDIRS += drivers/e1000
SRCDIRS += interface/pxe
SRCDIRS += tests
SRCDIRS += crypto crypto/axtls crypto/matrixssl