summaryrefslogtreecommitdiffstats
path: root/arch/arc/boot/Makefile
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-03-22 19:48:01 +0530
committerVineet Gupta <vgupta@synopsys.com>2013-04-09 12:21:15 +0530
commitfb0990bbf5e5eda5705f5511c261842787d1bdf6 (patch)
tree8f16d325e2f2b4ca33e975e8e7390e4181301f90 /arch/arc/boot/Makefile
parentaf4c3ae3990bb5a2f0a53c7112c9d7696a3cab95 (diff)
ARC: [build] cleanup Makefile a bit
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
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
# uImage build relies on mkimage being availble on your host for ARC target
# You will need to build u-boot for ARC, rename mkimage to arc-elf32-mkimage
# and make sure it's reacable from your PATH
-MKIMAGE := $(srctree)/scripts/mkuboot.sh
OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
@@ -23,4 +22,3 @@ $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
$(obj)/uImage: $(obj)/vmlinux.bin.gz FORCE
$(call if_changed,uimage)
-PHONY += FORCE