mirror of https://github.com/hak5/openwrt.git
change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)
SVN-Revision: 14575lede-17.01
parent
8599641c8f
commit
6e590d85f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue