aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/Makefile.am
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-02-25 16:00:11 +0100
committerDamjan Marion <damarion@cisco.com>2016-02-26 00:16:33 +0100
commit7f620976e2cb900fa5e0dccdbb769e3cc208841d (patch)
tree0d5b244b17ad772d1a81c7eacd4f61aecc20c833 /vnet/Makefile.am
parentd9bf9abbabac7ea637a25461757303a92e321f7e (diff)
Move dpdk (un)format functions to separate c file
Change-Id: Idb1b1bf6c1b3b3d66672cc715e45aec299fb7592 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r--vnet/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am
index fc5a3ec9b70..411dce3bd10 100644
--- a/vnet/Makefile.am
+++ b/vnet/Makefile.am
@@ -570,6 +570,7 @@ if WITH_DPDK
libvnet_la_SOURCES += \
vnet/devices/dpdk/dpdk_priv.h \
vnet/devices/dpdk/device.c \
+ vnet/devices/dpdk/format.c \
vnet/devices/dpdk/init.c \
vnet/devices/dpdk/node.c \
vnet/devices/dpdk/threads.c \