aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/boot/Makefile')
-rw-r--r--arch/arm64/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/Makefile b/arch/arm64/boot/Makefile
index 1f012c506434..cd3414898d10 100644
--- a/arch/arm64/boot/Makefile
+++ b/arch/arm64/boot/Makefile
@@ -16,7 +16,7 @@
16 16
17OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S 17OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
18 18
19targets := Image Image.gz 19targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo
20 20
21$(obj)/Image: vmlinux FORCE 21$(obj)/Image: vmlinux FORCE
22 $(call if_changed,objcopy) 22 $(call if_changed,objcopy)