blob: 4aa29613f7f6aac5541a394c1d13fe69a5eab5e0 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001vnet_configure_depend = \
2 vppinfra-install \
3 dpdk-install \
4 svm-install \
5 vlib-api-install \
6 vlib-install
7
8vnet_CPPFLAGS = $(call installed_includes_fn, \
9 vppinfra \
10 dpdk \
11 openssl \
12 svm \
13 vlib \
14 vlib-api)
15
16vnet_LDFLAGS = $(call installed_libs_fn, \
17 vppinfra \
18 dpdk \
19 openssl \
20 svm \
21 vlib \
22 vlib-api)
23
24# Platform dependent configure flags
25vnet_configure_args += $(vnet_configure_args_$(PLATFORM))
26