Loading arch/arc/Makefile +3 −2 Original line number Diff line number Diff line Loading @@ -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 all: $(KBUILD_IMAGE) boot := arch/arc/boot bootpImage: vmlinux Loading arch/arc/boot/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
arch/arc/Makefile +3 −2 Original line number Diff line number Diff line Loading @@ -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 all: $(KBUILD_IMAGE) boot := arch/arc/boot bootpImage: vmlinux Loading
arch/arc/boot/Makefile +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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