X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Makefile;h=e1a5605b01fc5bcc507fb0e8398c42fc5a97f3ea;hb=e4b3e0694bbc0350251e22abc215a7ff506f9162;hp=66da9a38b13b772ec11551fb7b17be007ac643d8;hpb=a2303849a6b4b7ba59667091e00d6bb194071d9a;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index 66da9a38b13b..e1a5605b01fc 100644 --- a/Makefile +++ b/Makefile @@ -1040,7 +1040,7 @@ ifdef CONFIG_STACK_VALIDATION ifeq ($(has_libelf),1) objtool_target := tools/objtool FORCE else - $(warning "Cannot use CONFIG_STACK_VALIDATION, please install libelf-dev or elfutils-libelf-devel") + $(warning "Cannot use CONFIG_STACK_VALIDATION, please install libelf-dev, libelf-devel or elfutils-libelf-devel") SKIP_STACK_VALIDATION := 1 export SKIP_STACK_VALIDATION endif