mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
9d63bcb871
1. All final targets like vmlinuz.{bin,ecoff,srec} etc. should reside in $(objtree)/arch/mips/boot, not in the root $(objtree) directory. The only file that should be left there is vmlinuz, similar to other architectures. 2. Add all the targets to $(targets) variable, so they'll be properly accounted by Kbuild. This also allows to remove redundant $(clean-files) (which were missing uzImage BTW). 3. Prefix all targets with $(obj)/$(objtree), depending on their locations. Misc: fix the identation of the 'STRIP' quiet message. Signed-off-by: Alexander Lobakin <alobakin@pm.me> Acked-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
mkboot
|
|
elf2ecoff
|
|
vmlinux.*
|
|
vmlinuz.*
|
|
zImage
|
|
zImage.tmp
|
|
calc_vmlinuz_load_addr
|
|
uImage
|