diff options
Diffstat (limited to 'mk/rte.sdkroot.mk')
-rw-r--r-- | mk/rte.sdkroot.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/rte.sdkroot.mk b/mk/rte.sdkroot.mk index 55a9d8ae..04ad523b 100644 --- a/mk/rte.sdkroot.mk +++ b/mk/rte.sdkroot.mk @@ -34,6 +34,9 @@ MAKEFLAGS += --no-print-directory # 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= |