http://git.etherboot.org
/
people
/
andreif
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add NULL_TRAP as a config option
[people/andreif/gpxe.git]
/
src
/
core
/
config.c
diff --git
a/src/core/config.c
b/src/core/config.c
index
ce92d90
..
3a57ffd
100644
(file)
--- a/
src/core/config.c
+++ b/
src/core/config.c
@@
-199,3
+199,11
@@
REQUIRE_OBJECT ( wince );
#ifdef PXE_IMAGE
REQUIRE_OBJECT ( pxe );
#endif
+
+/*
+ * Drag in miscellaneous objects
+ *
+ */
+#ifdef NULL_TRAP
+REQUIRE_OBJECT ( nulltrap );
+#endif