blob: ff2c551965adbebe83779f6a5dc6f613684deef1 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001vpp_configure_depend = \
2 vppinfra-install \
3 dpdk-install \
4 svm-install \
5 vlib-api-install \
6 vlib-install \
7 vnet-install \
8
9#
10vpp_configure_args = --with-q-platform=$(PLATFORM) \
11 --with-q-plugin-prefix=$(MU_BUILD_ROOT_DIR)/packages-$(PLATFORM)
12
13# Platform dependent configure flags
14vpp_configure_args += $(vpp_configure_args_$(PLATFORM))
15
16
17vpp_CPPFLAGS = $(call installed_includes_fn, \
18 vppinfra \
19 dpdk \
20 openssl \
21 svm \
22 vlib \
23 vlib-api \
24 vnet)
25
26vpp_LDFLAGS = $(call installed_libs_fn, \
27 vppinfra \
28 dpdk \
29 openssl \
30 svm \
31 vlib \
32 vlib-api \
33 vnet)