diff options
| author | Olof Johansson <olof@lixom.net> | 2020-02-12 01:48:22 +0300 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2020-02-12 01:48:22 +0300 |
| commit | 1b32b72b27341cafe5f1c8e3ebd26387a8faf664 (patch) | |
| tree | 6a12892ac6d64bc6bff072a37746244d3edd34fb /scripts/basic | |
| parent | 9c87d747cad7413a8bb0201fc457fb8eda8b3959 (diff) | |
| parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) | |
| download | linux-1b32b72b27341cafe5f1c8e3ebd26387a8faf664.tar.xz | |
Merge tag 'v5.6-rc1' into arm/fixes
Linux 5.6-rc1
Merging in to avoid fixes pull request diffstats being noisy due to
being based on -rc1.
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'scripts/basic')
| -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) |
