aboutsummaryrefslogtreecommitdiffstats
path: root/turbotap/turbotap.mk
diff options
context:
space:
mode:
Diffstat (limited to 'turbotap/turbotap.mk')
-rw-r--r--turbotap/turbotap.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/turbotap/turbotap.mk b/turbotap/turbotap.mk
new file mode 100644
index 0000000..4ffa74e
--- /dev/null
+++ b/turbotap/turbotap.mk
@@ -0,0 +1,31 @@
+turbotap_configure_depend = \
+ vppinfra-install \
+ dpdk-install \
+ svm-install \
+ vlib-api-install \
+ vlib-install \
+ vnet-install \
+ vpp-install \
+ vpp-api-test-install
+
+turbotap_CPPFLAGS = $(call installed_includes_fn, \
+ vppinfra \
+ dpdk \
+ openssl \
+ svm \
+ vlib \
+ vlib-api \
+ vnet \
+ vpp \
+ vpp-api-test)
+
+turbotap_LDFLAGS = $(call installed_libs_fn, \
+ vppinfra \
+ dpdk \
+ openssl \
+ svm \
+ vlib \
+ vlib-api \
+ vnet \
+ vpp \
+ vpp-api-test)