summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2010-09-20 14:04:17 +0200
committerMichael Brown2010-09-21 03:03:42 +0200
commit1c7f47895c791f9476e641308741879480742ef4 (patch)
treea924de146c5fa2f48e58b6fd9ce58f225832272c /src/config/config.c
parent[hermon] Tidy up ICM allocations (diff)
downloadipxe-1c7f47895c791f9476e641308741879480742ef4.tar.gz
ipxe-1c7f47895c791f9476e641308741879480742ef4.tar.xz
ipxe-1c7f47895c791f9476e641308741879480742ef4.zip
[lotest] Add loopback testing commands
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 46df6bd2..f9061d06 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -231,6 +231,9 @@ REQUIRE_OBJECT ( digest_cmd );
#ifdef PXE_CMD
REQUIRE_OBJECT ( pxe_cmd );
#endif
+#ifdef LOTEST_CMD
+REQUIRE_OBJECT ( lotest_cmd );
+#endif
/*
* Drag in miscellaneous objects