From fb0990bbf5e5eda5705f5511c261842787d1bdf6 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Fri, 22 Mar 2013 19:48:01 +0530 Subject: ARC: [build] cleanup Makefile a bit Signed-off-by: Vineet Gupta --- arch/arc/Makefile | 5 +++-- arch/arc/boot/Makefile | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/arc/Makefile b/arch/arc/Makefile index fa30453b1331..ac14601577a6 100644 --- a/arch/arc/Makefile +++ b/arch/arc/Makefile @@ -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 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 -- cgit v1.2.3