aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/boot/Makefile')
-rw-r--r--arch/arc/boot/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/boot/Makefile b/arch/arc/boot/Makefile
index 7d514c24e095..70416a9b452f 100644
--- a/arch/arc/boot/Makefile
+++ b/arch/arc/boot/Makefile
@@ -3,7 +3,6 @@ targets := vmlinux.bin vmlinux.bin.gz uImage
3# uImage build relies on mkimage being availble on your host for ARC target 3# uImage build relies on mkimage being availble on your host for ARC target
4# You will need to build u-boot for ARC, rename mkimage to arc-elf32-mkimage 4# You will need to build u-boot for ARC, rename mkimage to arc-elf32-mkimage
5# and make sure it's reacable from your PATH 5# and make sure it's reacable from your PATH
6MKIMAGE := $(srctree)/scripts/mkuboot.sh
7 6
8OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S 7OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
9 8
@@ -23,4 +22,3 @@ $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
23$(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE 22$(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE
24 $(call if_changed,uimage) 23 $(call if_changed,uimage)
25 24
26PHONY += FORCE