hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/Makefile
....@@ -32,7 +32,7 @@
3232 ifeq ($(CONFIG_XIP_KERNEL),y)
3333
3434 cmd_deflate_xip_data = $(CONFIG_SHELL) -c \
35
- '$(srctree)/$(src)/deflate_xip_data.sh $< $@ || { rm -f $@; false; }'
35
+ '$(srctree)/$(src)/deflate_xip_data.sh $< $@'
3636
3737 ifeq ($(CONFIG_XIP_DEFLATED_DATA),y)
3838 quiet_cmd_mkxip = XIPZ $@