ARC: [build] cleanup Makefile a bit
authorVineet Gupta <vgupta@synopsys.com>
Fri, 22 Mar 2013 14:18:01 +0000 (19:48 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 9 Apr 2013 06:51:15 +0000 (12:21 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/Makefile
arch/arc/boot/Makefile

index fa30453b133109ef0a062ac2a5c114ab4aad239f..ac14601577a65086790586e7d95e1e282649a9d1 100644 (file)
@@ -96,11 +96,12 @@ drivers-$(CONFIG_OPROFILE)  += arch/arc/oprofile/
 
 libs-y         += arch/arc/lib/ $(LIBGCC)
 
+boot           := arch/arc/boot
+
 #default target for make without any arguements.
-KBUILD_IMAGE := bootpImage
+KBUILD_IMAGE   := bootpImage
 
 all:   $(KBUILD_IMAGE)
-boot   := arch/arc/boot
 
 bootpImage: vmlinux
 
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.027825 seconds and 5 git commands to generate.