summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-05-24 13:34:05 +0930
committerAndrew Jeffery <andrew@aj.id.au>2019-04-08 13:48:02 +0930
commit42e02d34113534c2e98dfd321fa79671fa7e1d20 (patch)
tree8b21eb3c30f92a56599bb2d49474f57da49587d6 /Makefile.am
parente185efb810f0befb26276c776d71ed8e56059a1a (diff)
downloadphosphor-led-sysfs-42e02d34113534c2e98dfd321fa79671fa7e1d20.tar.gz
phosphor-led-sysfs-42e02d34113534c2e98dfd321fa79671fa7e1d20.zip
sysfs: Integrate class into Physical and tests
Change-Id: I7d5ad19df5ef1258a4e669ea3243b7411f371d9c Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5683086..68921d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,10 +3,12 @@ sbin_PROGRAMS = phosphor-ledcontroller
phosphor_ledcontroller_SOURCES = \
controller.cpp \
argument.cpp \
- physical.cpp
+ physical.cpp \
+ sysfs.cpp
phosphor_ledcontroller_LDFLAGS = $(SDBUSPLUS_LIBS) \
- $(PHOSPHOR_DBUS_INTERFACES_LIBS)
+ $(PHOSPHOR_DBUS_INTERFACES_LIBS) \
+ -lstdc++fs
phosphor_ledcontroller_CFLAGS = $(SDBUSPLUS_CFLAGS) \
$(PHOSPHOR_DBUS_INTERFACES_CFLAGS)
OpenPOWER on IntegriCloud