summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-05-25 10:49:57 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-06-08 13:41:37 +0000
commit8804febe10f50f0985e3d37dab312d9cbe8ae6d0 (patch)
tree6035fc8a24d75be65f9c4edb6fd68ac87505ec9c /Makefile.am
parent44ae86e7d1298b05f25be8d6cd9af2938bcda5a4 (diff)
downloadphosphor-networkd-8804febe10f50f0985e3d37dab312d9cbe8ae6d0.tar.gz
phosphor-networkd-8804febe10f50f0985e3d37dab312d9cbe8ae6d0.zip
Add the network utility file
Moving utility functions from network manager to util.cpp. Added few more utility functions. Change-Id: I2e73c873e9a3bea543d6979463b2181e8374e12e Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
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 6c5aec9..f2a9174 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,8 @@ noinst_HEADERS = \
network_config.hpp \
network_manager.hpp \
ipaddress.hpp \
- types.hpp
+ types.hpp \
+ util.hpp
phosphor_network_manager_SOURCES = \
ethernet_interface.cpp \
@@ -24,7 +25,8 @@ phosphor_network_manager_SOURCES = \
network_manager.cpp \
network_manager_main.cpp \
xyz/openbmc_project/Network/VLAN/Create/server.cpp \
- xyz/openbmc_project/Network/IP/Create/server.cpp
+ xyz/openbmc_project/Network/IP/Create/server.cpp \
+ util.cpp
CLEANFILES = \
xyz/openbmc_project/Network/VLAN/Create/server.cpp \
OpenPOWER on IntegriCloud