aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/build-root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'vpp/build-root/packages')
-rw-r--r--vpp/build-root/packages/vppapigen.mk5
-rw-r--r--vpp/build-root/packages/vppinfra.mk4
2 files changed, 9 insertions, 0 deletions
diff --git a/vpp/build-root/packages/vppapigen.mk b/vpp/build-root/packages/vppapigen.mk
new file mode 100644
index 00000000..0d284631
--- /dev/null
+++ b/vpp/build-root/packages/vppapigen.mk
@@ -0,0 +1,5 @@
+vppapigen_configure_depend = vppinfra-install
+
+vppapigen_CPPFLAGS = $(call installed_includes_fn, vppinfra)
+
+vppapigen_LDFLAGS = $(call installed_libs_fn, vppinfra)
diff --git a/vpp/build-root/packages/vppinfra.mk b/vpp/build-root/packages/vppinfra.mk
new file mode 100644
index 00000000..db48ed58
--- /dev/null
+++ b/vpp/build-root/packages/vppinfra.mk
@@ -0,0 +1,4 @@
+# nothing
+
+
+