kernel/arch/arm/boot/Makefile
.. .. @@ -32,7 +32,7 @@ 32 32 ifeq ($(CONFIG_XIP_KERNEL),y) 33 33 34 34 cmd_deflate_xip_data = $(CONFIG_SHELL) -c \ 35 - '$(srctree)/$(src)/deflate_xip_data.sh $< $@ || { rm -f $@; false; }'35 + '$(srctree)/$(src)/deflate_xip_data.sh $< $@'36 36 37 37 ifeq ($(CONFIG_XIP_DEFLATED_DATA),y) 38 38 quiet_cmd_mkxip = XIPZ $@