.. | .. |
---|
21 | 21 | drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options |
---|
22 | 22 | strip-flags := $(addprefix --remove-section=,$(drop-sections)) |
---|
23 | 23 | |
---|
24 | | -hostprogs-y := elf2ecoff |
---|
| 24 | +hostprogs := elf2ecoff |
---|
25 | 25 | |
---|
26 | 26 | suffix-y := bin |
---|
27 | 27 | suffix-$(CONFIG_KERNEL_BZIP2) := bz2 |
---|
.. | .. |
---|
115 | 115 | targets += vmlinux.its.S |
---|
116 | 116 | |
---|
117 | 117 | quiet_cmd_its_cat = CAT $@ |
---|
118 | | - cmd_its_cat = cat $(filter-out $(PHONY), $^) >$@ |
---|
| 118 | + cmd_its_cat = cat $(real-prereqs) >$@ |
---|
119 | 119 | |
---|
120 | 120 | $(obj)/vmlinux.its.S: $(addprefix $(srctree)/arch/mips/$(PLATFORM)/,$(ITS_INPUTS)) FORCE |
---|
121 | 121 | $(call if_changed,its_cat) |
---|
.. | .. |
---|
160 | 160 | quiet_cmd_itb-image = ITB $@ |
---|
161 | 161 | cmd_itb-image = \ |
---|
162 | 162 | env PATH="$(objtree)/scripts/dtc:$(PATH)" \ |
---|
163 | | - $(CONFIG_SHELL) $(MKIMAGE) \ |
---|
| 163 | + $(BASH) $(MKIMAGE) \ |
---|
164 | 164 | -D "-I dts -O dtb -p 500 \ |
---|
165 | 165 | --include $(objtree)/arch/mips \ |
---|
166 | 166 | --warning no-unit_address_vs_reg" \ |
---|