diff --git a/scripts/Makefile.debug b/scripts/Makefile.debug
index 9f39b0130551f3d35182df243a3fc9de38a1e264..26d6a9d97a20ed201941a7dda0b1637b1e92b5e3 100644
--- a/scripts/Makefile.debug
+++ b/scripts/Makefile.debug
@@ -1,9 +1,7 @@
-DEBUG_CFLAGS	:=
+DEBUG_CFLAGS	:= -g
 
 ifdef CONFIG_DEBUG_INFO_SPLIT
 DEBUG_CFLAGS	+= -gsplit-dwarf
-else
-DEBUG_CFLAGS	+= -g
 endif
 
 ifndef CONFIG_AS_IS_LLVM