summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-06-28 15:56:09 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-07-04 12:26:27 +0530
commit307d80b3d78efc669f38a63938371adcc6934391 (patch)
tree3435e2bc4c20cf4a62f514d92612c38a19a966d4 /Makefile.am
parent2180b2daa8f2207c37308a09e12d08ed3317205c (diff)
downloadopenpower-occ-control-307d80b3d78efc669f38a63938371adcc6934391.tar.gz
openpower-occ-control-307d80b3d78efc669f38a63938371adcc6934391.zip
Implement OCC status interface
Change-Id: I43822cb28bc2d23398fb09352c9876e169c666f7 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b68f9a0..a15ea12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,12 @@
# Build these headers, don't install them
noinst_HEADERS = \
- occ_pass_through.hpp
+ occ_pass_through.hpp \
+ occ_status.hpp
sbin_PROGRAMS = openpower-occ-control
openpower_occ_control_SOURCES = \
occ_pass_through.cpp \
+ occ_status.cpp \
app.cpp \
org/open_power/OCC/PassThrough/error.cpp
OpenPOWER on IntegriCloud