summaryrefslogtreecommitdiffstats
path: root/gpio-util/Makefile.am
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-05-25 11:15:43 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-05-30 15:25:31 -0500
commite3b859ca45f17386257fa4e506acd266a18f1aa3 (patch)
tree0859b2fc086ab55311268c3e3d9573f0621bd691 /gpio-util/Makefile.am
parent36df1979f5c11d4e4dbe144b63f42390b6088f76 (diff)
downloadphosphor-gpio-monitor-e3b859ca45f17386257fa4e506acd266a18f1aa3.tar.gz
phosphor-gpio-monitor-e3b859ca45f17386257fa4e506acd266a18f1aa3.zip
Fill in gpio-util functionality
Process the command line arguments to know which GPIO to set and what to set it to. Then create the GPIO object and call the appropriate functions on it. Change-Id: Ib8da78e5ae92e5ae0716901aa71243226668be10 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'gpio-util/Makefile.am')
-rw-r--r--gpio-util/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpio-util/Makefile.am b/gpio-util/Makefile.am
index 9bdc42d..241cb19 100644
--- a/gpio-util/Makefile.am
+++ b/gpio-util/Makefile.am
@@ -5,6 +5,7 @@ sbin_PROGRAMS = \
phosphor-gpio-util
phosphor_gpio_util_SOURCES = \
+ argument.cpp \
gpio.cpp \
main.cpp
OpenPOWER on IntegriCloud