diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-02-06 01:39:38 +0900 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-03-15 21:16:21 +0900 |
| commit | e966ad0edd0056c7491b8f23992c11734ab61ddf (patch) | |
| tree | a450dc8566485929aee3c0154119e0df69721b20 /scripts/Makefile.lib | |
| parent | gendwarfksyms: Add a separate pass to resolve FQNs (diff) | |
| download | linux-e966ad0edd0056c7491b8f23992c11734ab61ddf.tar.gz linux-e966ad0edd0056c7491b8f23992c11734ab61ddf.zip | |
kbuild: remove EXTRA_*FLAGS support
Commit f77bf01425b1 ("kbuild: introduce ccflags-y, asflags-y and
ldflags-y") deprecated these in 2007. The migration should have been
completed by now.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Kees Cook <kees@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Diffstat (limited to 'scripts/Makefile.lib')
| -rw-r--r-- | scripts/Makefile.lib | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index cad20f0e66ee..47f56ef71937 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -1,9 +1,4 @@ # SPDX-License-Identifier: GPL-2.0 -# Backward compatibility -asflags-y += $(EXTRA_AFLAGS) -ccflags-y += $(EXTRA_CFLAGS) -cppflags-y += $(EXTRA_CPPFLAGS) -ldflags-y += $(EXTRA_LDFLAGS) # flags that take effect in current and sub directories KBUILD_AFLAGS += $(subdir-asflags-y) |
