X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=mk%2Frte.vars.mk;h=418e49a2e4734ec85618161db6d6a70cf5840692;hb=ad606c9f6a9f77dfb88a0625d821bccbf578b63b;hp=2d734bd308d658901fa6aaf508e9f7d6ebeecade;hpb=948fd64befc3726e10dd074490664611607cc994;p=dpdk.git diff --git a/mk/rte.vars.mk b/mk/rte.vars.mk index 2d734bd308..418e49a2e4 100644 --- a/mk/rte.vars.mk +++ b/mk/rte.vars.mk @@ -46,6 +46,9 @@ endif # define Q to '@' or not. $(Q) is used to prefix all shell commands to # be executed silently. Q=@ +ifeq '$V' '0' +override V= +endif ifdef V ifeq ("$(origin V)", "command line") Q= @@ -102,6 +105,11 @@ export RTE_MACHINE export RTE_EXEC_ENV export RTE_TOOLCHAIN +# developer build automatically enabled in a git tree +ifneq ($(wildcard $(RTE_SDK)/.git),) +RTE_DEVEL_BUILD ?= y +endif + # SRCDIR is the current source directory ifdef S SRCDIR := $(abspath $(RTE_SRCDIR)/$(S))