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
Split the (quick hack) boot logic out from main.c to autoboot.c, add a
[gpxe.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index
9c98909
..
95ea399
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-146,6
+146,7
@@
SRCDIRS += tests
SRCDIRS += crypto
SRCDIRS += hci hci/commands hci/tui
SRCDIRS += hci/mucurses hci/mucurses/widgets
+SRCDIRS += usr
# NON_AUTO_SRCS lists files that are excluded from the normal
# automatic build system.