Skip to content
Snippets Groups Projects
Commit 6e590d85 authored by Ralph Hempel's avatar Ralph Hempel
Browse files

change DEBUG_DIR to DEBUG_SCOPE_DIR (to avoid conflict with rules.mk)

SVN-Revision: 14575
parent 8599641c
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ifeq ($(DUMP),) ...@@ -22,7 +22,7 @@ ifeq ($(DUMP),)
endif endif
define 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 endef
define warn define warn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment