]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/Makefile.build
x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'
[linux.git] / scripts / Makefile.build
index 061d0c3a420ad58084df157a143e76133f304dc2..f965f477832ede9ab6a77749e47bfb499cb93e1f 100644 (file)
@@ -258,7 +258,7 @@ ifneq ($(SKIP_STACK_VALIDATION),1)
 
 __objtool_obj := $(objtree)/tools/objtool/objtool
 
-objtool_args = $(if $(CONFIG_ORC_UNWINDER),orc generate,check)
+objtool_args = $(if $(CONFIG_UNWINDER_ORC),orc generate,check)
 
 ifndef CONFIG_FRAME_POINTER
 objtool_args += --no-fp