diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-02-22 01:53:56 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-02-24 15:12:06 +0900 |
commit | b97652bf10f1d3b0f1ca536377e92f99acfb2fcd (patch) | |
tree | 96d5b03cbef6099acdddd9aafa719752c2ce14af /scripts/Makefile.build | |
parent | bcf637f54f6d2515d4c9c81808faf01848916152 (diff) | |
download | linux-b97652bf10f1d3b0f1ca536377e92f99acfb2fcd.tar.gz linux-b97652bf10f1d3b0f1ca536377e92f99acfb2fcd.tar.bz2 linux-b97652bf10f1d3b0f1ca536377e92f99acfb2fcd.zip |
kbuild: remove deprecated 'always' and 'hostprogs-y/m'
These have no more user in the upstream code. The use of them has been
warned for a while for external modules. The migration is finished.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r-- | scripts/Makefile.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 4c058f12dd73..3a07c46caa3e 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -15,7 +15,6 @@ obj-y := obj-m := lib-y := lib-m := -always := always-y := always-m := targets := |