http://git.etherboot.org
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added sketch of bit-bashing interface common code
[gpxe.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index
989199c
..
3130d8f
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-140,6
+140,7
@@
SRCDIRS += drivers/block
SRCDIRS += drivers/scsi
SRCDIRS += drivers/ata
SRCDIRS += drivers/nvs
+SRCDIRS += drivers/bitbash
SRCDIRS += interface/pxe
SRCDIRS += tests