diff options
| author | 2020-06-01 10:15:16 +0200 | |
|---|---|---|
| committer | 2020-06-01 10:15:16 +0200 | |
| commit | d053cf0d771f6547cb0537759a9af63cf402908d (patch) | |
| tree | df61806e45c6cf7e9cdd0b271f959f0962f8623e /scripts/basic/Makefile | |
| parent | Merge branch 'for-5.7-preferred-console' into for-linus (diff) | |
| parent | printk: Remove pr_cont_once() (diff) | |
Merge branch 'for-5.8' into for-linus
Diffstat (limited to 'scripts/basic/Makefile')
| -rw-r--r-- | scripts/basic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile index 7c9cb80d097b..290dd27d2809 100644 --- a/scripts/basic/Makefile +++ b/scripts/basic/Makefile @@ -2,5 +2,5 @@ # # fixdep: used to generate dependency information during build process -hostprogs-y := fixdep -always := $(hostprogs-y) +hostprogs := fixdep +always-y := $(hostprogs) |
