diff options
author | Olof Johansson <olof@lixom.net> | 2020-02-11 23:48:22 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2020-02-11 23:48:22 +0100 |
commit | 1b32b72b27341cafe5f1c8e3ebd26387a8faf664 (patch) | |
tree | 6a12892ac6d64bc6bff072a37746244d3edd34fb /arch/mips/boot/tools/Makefile | |
parent | Merge tag 'juno-fix-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sud... (diff) | |
parent | Linux 5.6-rc1 (diff) | |
download | linux-1b32b72b27341cafe5f1c8e3ebd26387a8faf664.tar.xz linux-1b32b72b27341cafe5f1c8e3ebd26387a8faf664.zip |
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 'arch/mips/boot/tools/Makefile')
-rw-r--r-- | arch/mips/boot/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/tools/Makefile b/arch/mips/boot/tools/Makefile index 5f8e737348eb..592e05a51a4a 100644 --- a/arch/mips/boot/tools/Makefile +++ b/arch/mips/boot/tools/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 -hostprogs-y += relocs +hostprogs += relocs relocs-objs += relocs_32.o relocs-objs += relocs_64.o relocs-objs += relocs_main.o |