X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Makefile;h=e1a5605b01fc5bcc507fb0e8398c42fc5a97f3ea;hb=784bdf3bb694b256fcd6120b93e8947a84249a3a;hp=81b22628025a787eab46610ad4b49ec84ae64e6e;hpb=3aa536d9aafc2806dd3439114e25b253086312a9;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index 81b22628025a..e1a5605b01fc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 7 SUBLEVEL = 0 -EXTRAVERSION = -rc7 +EXTRAVERSION = NAME = Psychotic Stoned Sheep # *DOCUMENTATION* @@ -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