summaryrefslogtreecommitdiffstats
path: root/op-pwrctl/Makefile
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-08-23 10:47:19 -0400
committerPatrick Williams <patrick@stwcx.xyz>2016-08-30 16:06:39 +0000
commit059cffb8749a6f95cbc422840adce67de7674401 (patch)
tree849a3fb076acfec55ed83e7c0d8edafbc731accd /op-pwrctl/Makefile
parented1368dab8568edabb6aa8baacfb90e661997cbd (diff)
downloadtalos-skeleton-059cffb8749a6f95cbc422840adce67de7674401.tar.gz
talos-skeleton-059cffb8749a6f95cbc422840adce67de7674401.zip
pwrctl: add pgood state switching application
pgood_wait simply blocks until the power state changes to the requested state. The intent is for use from a systemd unit similar to nm-online. Change-Id: Icf1e18f5d47d6eb2fc424b4614fd196ef3dfd6ee Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'op-pwrctl/Makefile')
-rw-r--r--op-pwrctl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/op-pwrctl/Makefile b/op-pwrctl/Makefile
index b1188ae..dd11965 100644
--- a/op-pwrctl/Makefile
+++ b/op-pwrctl/Makefile
@@ -1,3 +1,4 @@
BINS=power_control
+SUBDIRS=pgood_wait
include ../gdbus.mk
include ../rules.mk
OpenPOWER on IntegriCloud