hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/boot/Makefile
....@@ -21,7 +21,7 @@
2121 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
2222 strip-flags := $(addprefix --remove-section=,$(drop-sections))
2323
24
-hostprogs-y := elf2ecoff
24
+hostprogs := elf2ecoff
2525
2626 suffix-y := bin
2727 suffix-$(CONFIG_KERNEL_BZIP2) := bz2
....@@ -115,7 +115,7 @@
115115 targets += vmlinux.its.S
116116
117117 quiet_cmd_its_cat = CAT $@
118
- cmd_its_cat = cat $(filter-out $(PHONY), $^) >$@
118
+ cmd_its_cat = cat $(real-prereqs) >$@
119119
120120 $(obj)/vmlinux.its.S: $(addprefix $(srctree)/arch/mips/$(PLATFORM)/,$(ITS_INPUTS)) FORCE
121121 $(call if_changed,its_cat)
....@@ -160,7 +160,7 @@
160160 quiet_cmd_itb-image = ITB $@
161161 cmd_itb-image = \
162162 env PATH="$(objtree)/scripts/dtc:$(PATH)" \
163
- $(CONFIG_SHELL) $(MKIMAGE) \
163
+ $(BASH) $(MKIMAGE) \
164164 -D "-I dts -O dtb -p 500 \
165165 --include $(objtree)/arch/mips \
166166 --warning no-unit_address_vs_reg" \