diff --git a/Makefile b/Makefile index 2a9d301945..035fc2943a 100644 --- a/Makefile +++ b/Makefile @@ -225,6 +225,7 @@ CFLAGS += $(ARCH_FLAGS) \ $(EXTRA_FLAGS) ASFLAGS = $(ARCH_FLAGS) \ + $(DEBUG_FLAGS) \ -x assembler-with-cpp \ $(addprefix -I,$(INCLUDE_DIRS)) \ -MMD -MP