X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/40aa2d8b06a03e4779cf728c4575c301f389eb72..9556c473485ff6d7e0ba0a29beaccc3d696c20e1:/include/debug.mk diff --git a/include/debug.mk b/include/debug.mk index 68d70ba09..bec74d187 100644 --- a/include/debug.mk +++ b/include/debug.mk @@ -21,8 +21,10 @@ ifeq ($(DUMP),) endif endif +ifneq ($(DEBUG),) + 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 @@ -38,4 +40,12 @@ $(call warn,$(1),$(2),$(3) $(4)) $(4) endef +else + +debug:= +warn:= +debug_eval:= +warn_eval = $(4) + +endif