瀏覽代碼

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

SVN-Revision: 14575
Ralph Hempel 16 年之前
父節點
當前提交
6e590d85f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/debug.mk

+ 1 - 1
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