Ed Warnicke cb9cadad57 Initial commit of vpp code.
Change-Id: Ib246f1fbfce93274020ee93ce461e3d8bd8b9f17
Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-08 15:47:27 -07:00

27 lines
532 B
Makefile

vnet_configure_depend = \
vppinfra-install \
dpdk-install \
svm-install \
vlib-api-install \
vlib-install
vnet_CPPFLAGS = $(call installed_includes_fn, \
vppinfra \
dpdk \
openssl \
svm \
vlib \
vlib-api)
vnet_LDFLAGS = $(call installed_libs_fn, \
vppinfra \
dpdk \
openssl \
svm \
vlib \
vlib-api)
# Platform dependent configure flags
vnet_configure_args += $(vnet_configure_args_$(PLATFORM))