X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/33a477dedad8a2e47bb89a3e8ce0e2d650c4aea3..f01be5de099d646c96bb5c0303c823fbe6d9d2cb:/include/debug.mk diff --git a/include/debug.mk b/include/debug.mk index 68d70ba09..faead042d 100644 --- a/include/debug.mk +++ b/include/debug.mk @@ -22,7 +22,7 @@ ifeq ($(DUMP),) endif define debug -$$(findstring $(2),$$(if $$(DEBUG_DIR),$$(if $$(filter $$(DEBUG_DIR)%,$(1)),$(build_debug)),$(build_debug))) +$$(findstring $(2),$$(if $$(DEBUG_SCOPE_DIR),$$(if $$(filter $$(DEBUG_SCOPE_DIR)%,$(1)),$(build_debug)),$(build_debug))) endef define warn