summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-07-23 14:20:12 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-08-05 12:42:18 +0800
commit71da0c6cb80e3708213a08c06e71f099534bcd2a (patch)
treee8327fd499bebdfb54a38a8f544f8079936bf806 /utils/Makefile.am
parent6897abaa97a02e0ab8ac07209a5e4966bfe101c5 (diff)
downloadtalos-petitboot-71da0c6cb80e3708213a08c06e71f099534bcd2a.tar.gz
talos-petitboot-71da0c6cb80e3708213a08c06e71f099534bcd2a.zip
discover: Add debug flag to config
This change adds a debug flag to the config, and groups it under not-user-modifiable parts of struct config. This means we no longer need the pb-sysinfo helper, as the last remaining function (--debug-enabled) can be implemented with pb-config. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index fde6e55..c373943 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -13,7 +13,7 @@
#
dist_sbin_SCRIPTS += utils/pb-udhcpc
-dist_pkglibexec_SCRIPTS = utils/pb-console utils/pb-sysinfo
+dist_pkglibexec_SCRIPTS = utils/pb-console
sbin_PROGRAMS += utils/pb-event utils/pb-config
utils_pb_config_LDADD = $(top_builddir)/lib/libpbcore.la \
OpenPOWER on IntegriCloud