diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | VERSION = 4 | 2 | VERSION = 4 |
| 3 | PATCHLEVEL = 14 | 3 | PATCHLEVEL = 14 |
| 4 | SUBLEVEL = 0 | 4 | SUBLEVEL = 0 |
| 5 | EXTRAVERSION = -rc8 | 5 | EXTRAVERSION = |
| 6 | NAME = Fearless Coyote | 6 | NAME = Fearless Coyote |
| 7 | 7 | ||
| 8 | # *DOCUMENTATION* | 8 | # *DOCUMENTATION* |
| @@ -934,8 +934,8 @@ ifdef CONFIG_STACK_VALIDATION | |||
| 934 | ifeq ($(has_libelf),1) | 934 | ifeq ($(has_libelf),1) |
| 935 | objtool_target := tools/objtool FORCE | 935 | objtool_target := tools/objtool FORCE |
| 936 | else | 936 | else |
| 937 | ifdef CONFIG_ORC_UNWINDER | 937 | ifdef CONFIG_UNWINDER_ORC |
| 938 | $(error "Cannot generate ORC metadata for CONFIG_ORC_UNWINDER=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel") | 938 | $(error "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel") |
| 939 | else | 939 | else |
| 940 | $(warning "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel") | 940 | $(warning "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel") |
| 941 | endif | 941 | endif |
