From de4f9989bc7cdb8e3db0b60948d87b5d28a10596 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 25 Jan 2011 12:29:07 +0100 Subject: make bulk fixes --- target/mipsel/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/mipsel') diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile index 7577faf1e..0caacc1db 100644 --- a/target/mipsel/Makefile +++ b/target/mipsel/Makefile @@ -16,14 +16,14 @@ KERNEL:=$(LINUX_DIR)/vmlinux OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id tools-compile: - $(MAKE) -C ../tools/trx - $(MAKE) -C ../tools/addpattern - $(MAKE) -C ../tools/srec2bin - $(MAKE) -C ../tools/squashfs + $(MAKE) -C ../tools/trx all + $(MAKE) -C ../tools/addpattern all + $(MAKE) -C ../tools/srec2bin all + $(MAKE) -C ../tools/squashfs all ifeq ($(ADK_KERNEL_BCM47XX),y) kernel-install: tools-compile - ${TARGET_CROSS}objcopy ${OSTRIP} -S ${LINUX_DIR}/vmlinub.elf \ + ${TARGET_CROSS}objcopy ${OSTRIP} -S ${LINUX_DIR}/vmlinuz.elf \ ${BUILD_DIR}/${TARGET_KERNEL} ${BUILD_DIR}/${ROOTFSSQUASHFS}: ${BUILD_DIR}/root.squashfs -- cgit v1.2.3