summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2016-11-30 11:29:30 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2016-12-06 20:03:35 +0530
commit835571ebcf22165135429efb0d77f11b92540ecf (patch)
tree7965939f5480fd5cae26faa8834e81bf723d9f0b /Makefile.am
parente1df4321a5e362b9e9c418b1afabc2036663d66c (diff)
downloadphosphor-led-sysfs-835571ebcf22165135429efb0d77f11b92540ecf.tar.gz
phosphor-led-sysfs-835571ebcf22165135429efb0d77f11b92540ecf.zip
Add initial files for physical LED controller
This daemon uses sysfs entry for a particular LED and then triggers necessary action. Name and Path of the LED is needed as command line options to make sure this is genreric implementation. Change-Id: I3d52f1491fcb6ae8119b399a4d2c6770a3f5db30 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..fdf4020
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,6 @@
+sbin_PROGRAMS = phosphor-ledcontroller
+
+phosphor_ledcontroller_SOURCES = controller.cpp argument.cpp
+
+phosphor_ledcontroller_LDFLAGS = $(SYSTEMD_LIBS)
+phosphor_ledcontroller_CFLAGS = $(SYSTEMD_CFLAGS)
OpenPOWER on IntegriCloud