summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-01-24 14:58:25 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-03-22 11:15:13 +0530
commit506aa0f33362eee06a8f7a2572519d4053f06e41 (patch)
tree58c595aa0290fcf699c1f5c815f052dede2fe99d /Makefile.am
parent50234ad43e643ff7c01567b1000505d35bd035b5 (diff)
downloadphosphor-host-ipmid-506aa0f33362eee06a8f7a2572519d4053f06e41.tar.gz
phosphor-host-ipmid-506aa0f33362eee06a8f7a2572519d4053f06e41.zip
Add initial code for IPMI SoftPowerOff functionality
This commit puts a skeleton layout for the IPMI Soft Power Off functionality. Change-Id: I7c3ededc9d4038e172d7f6230270ecfe397330e9 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a703a1b..80a2ed5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,4 +57,5 @@ libhostservice_la_CXXFLAGS = $(SYSTEMD_CFLAGS) $(libmapper_CFLAGS)
nobase_include_HEADERS = \
host-ipmid/ipmid-api.h
-SUBDIRS = test
+# Forcing the build of self and then subdir
+SUBDIRS = . test softoff
OpenPOWER on IntegriCloud