ARC: [build] cleanup Makefile a bit
[deliverable/linux.git] / arch / arc / boot / Makefile
index 7d514c24e095e0e85b0505960f6af0ec3a4e9725..70416a9b452ffd11ea2db3add40338b7c8a00181 100644 (file)
@@ -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
This page took 0.026312 seconds and 5 git commands to generate.