aboutsummaryrefslogtreecommitdiff
path: root/helper/Makefile.am
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2016-02-09 14:25:07 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-03 22:32:04 +0300
commitcc03b63e667c3acf580f20765910dbb342d452b2 (patch)
tree491fc29041a2f0e75f9e4f89bfc1ae7ad268de80 /helper/Makefile.am
parent0ebc7f2d0788a2adec58e25032ba2317f9e089ac (diff)
helper: eth: added mac address parse
Ethernet MAC address parse function is commonly needed by test applications. A common parse function harmonizes the definition of MAC address as a command line parameter. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Juha-Matti Tilli <juha-matti.tilli@nokia.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper/Makefile.am')
-rw-r--r--helper/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index 655779311..6f6d6cd28 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -28,6 +28,7 @@ noinst_HEADERS = \
$(srcdir)/odph_list_internal.h
__LIB__libodphelper_la_SOURCES = \
+ eth.c \
linux.c \
hashtable.c \
lineartable.c