]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - scripts/Makefile.lib
dynamic debug: combine dprintk and dynamic printk
[net-next-2.6.git] / scripts / Makefile.lib
index e06365775bdfe16f5c0242f5bb4464a3c72c0c8c..c18fa150b6fe502319c92bd09f98ee984d48819c 100644 (file)
@@ -97,7 +97,7 @@ modname_flags  = $(if $(filter 1,$(words $(modname))),\
                  -D"KBUILD_MODNAME=KBUILD_STR($(call name-fix,$(modname)))")
 
 #hash values
-ifdef CONFIG_DYNAMIC_PRINTK_DEBUG
+ifdef CONFIG_DYNAMIC_DEBUG
 debug_flags = -D"DEBUG_HASH=$(shell ./scripts/basic/hash djb2 $(@D)$(modname))"\
               -D"DEBUG_HASH2=$(shell ./scripts/basic/hash r5 $(@D)$(modname))"
 else