summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2016-11-30 14:20:53 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2016-12-19 12:18:08 +0530
commit75b5510f573390e0725fd424b1799f1fdb3baa1a (patch)
tree58c4643682ace2334fa01a419d3f175b8bb79d85 /Makefile.am
parentbda97eb107fc60544fb8cde0ec1ada1da2d66f73 (diff)
downloadphosphor-led-sysfs-75b5510f573390e0725fd424b1799f1fdb3baa1a.tar.gz
phosphor-led-sysfs-75b5510f573390e0725fd424b1799f1fdb3baa1a.zip
Add overriding methods for the base interface definition
Defines the functions that override the default setter for the led state property. Change-Id: Ic3a8d43cc783003c43f53df8f7e90d7fc4d6715a 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 b82fdf8..ddb81e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,8 @@ sbin_PROGRAMS = phosphor-ledcontroller
phosphor_ledcontroller_SOURCES = \
controller.cpp \
- argument.cpp \
+ argument.cpp \
+ physical.cpp \
xyz.openbmc_project.Led.Physical.cpp
phosphor_ledcontroller_LDFLAGS = $(SYSTEMD_LIBS)
OpenPOWER on IntegriCloud