aboutsummaryrefslogtreecommitdiffstats
path: root/build-data
diff options
context:
space:
mode:
authorNick Brown <nickbroon@gmail.com>2021-09-07 18:24:42 +0100
committerDamjan Marion <dmarion@me.com>2021-09-13 13:21:23 +0000
commitae4ed3265f50469b3373a952c39d683945f1d389 (patch)
treefc343e1a5df67b4f13f2cd1c82ef3ce37f5bc3be /build-data
parentea8adf76375389e4c46c1a2eb903743142e44a8d (diff)
build: verbose dpdk build requiring meson 0.55
allow verbose dpdk build to be enabled. Useful for tools, like debian blhc, that want to inspect build logs. The '--verbose' option to 'meson compile' requires at least version 0.55. Type: make Change-Id: I54e91298f632e2b91247680d9295701b05353abe Signed-off-by: Nick Brown <nickbroon@gmail.com>
Diffstat (limited to 'build-data')
-rw-r--r--build-data/packages/external.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-data/packages/external.mk b/build-data/packages/external.mk
index 4b3a7c0132c..e8f5939fe8c 100644
--- a/build-data/packages/external.mk
+++ b/build-data/packages/external.mk
@@ -53,6 +53,10 @@ ifneq ($(DPDK_MAKE_EXTRA_ARGS),)
DPDK_MAKE_ARGS += DPDK_MAKE_EXTRA_ARGS="$(DPDK_MAKE_EXTRA_ARGS)"
endif
+ifeq ("$(V)","1")
+DPDK_MAKE_ARGS += DPDK_VERBOSE=1
+endif
+
external_configure = echo
external_build = echo