diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-11-10 00:01:46 +0900 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-11-09 16:11:52 +0100 |
commit | cca2aac8acf470b01066f559acd7146fc4c32ae8 (patch) | |
tree | cd2d91ee36eb9e3b896fcad983b24f9d52fccf97 /arch/mips/boot/compressed/Makefile | |
parent | 0706f74f719e6e72c3a862ab2990796578fa73cc (diff) | |
download | linux-cca2aac8acf470b01066f559acd7146fc4c32ae8.tar.gz |
MIPS: fix duplicated slashes for Platform file path
platform-y accumulates platform names with a slash appended.
The current $(patsubst ...) ends up with doubling slashes.
GNU Make still include Platform files, but in case of an error,
a clumsy file path is displayed:
arch/mips/loongson2ef//Platform:36: *** only binutils >= 2.20.2 have needed option -mfix-loongson2f-nop. Stop.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/compressed/Makefile')
0 files changed, 0 insertions, 0 deletions