diff mbox series

[1/3] scripts: refs: remove Q overwrite

Message ID 20250203-fix-dbg-v1-1-3575fb40f2bc@samsung.com (mailing list archive)
State New
Headers show
Series Fix debug mode | expand

Commit Message

Daniel Gomez Feb. 3, 2025, 12:35 p.m. UTC
This fixes make V=1 not being propagated proerly after main Makefile
includes this file.

Fixes 47f2275ba ("linux: generate refs automatically")

Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
---
 scripts/refs.Makefile | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/scripts/refs.Makefile b/scripts/refs.Makefile
index 6d488031d33f63e4f5b4b82ad4e847b8a16f04b0..96f2dd84f8ff898829ab79e8ef06e5f64b46a88d 100644
--- a/scripts/refs.Makefile
+++ b/scripts/refs.Makefile
@@ -1,10 +1,8 @@ 
 # SPDX-License-Identifier: copyleft-next-0.3.1
 
 ifeq ($(V),1)
-export Q=@
 export E=echo
 else
-export Q=@
 export E=true
 endif