summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-25 13:13:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-25 13:13:47 +0100
commitf5a999a24fddc9527fda922c72577e50f93c2ae2 (patch)
treecd11cdd48fac231a822e7440eeb3a80222a4635d /target
parentf23acdc9bdc2ed80d398dbfdf0852f1a8b82118c (diff)
parentde4f9989bc7cdb8e3db0b60948d87b5d28a10596 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r--target/cris/Makefile6
-rw-r--r--target/mipsel/Makefile10
2 files changed, 8 insertions, 8 deletions
diff --git a/target/cris/Makefile b/target/cris/Makefile
index ff8f19473..80ec16d6a 100644
--- a/target/cris/Makefile
+++ b/target/cris/Makefile
@@ -10,11 +10,11 @@ include $(TOPDIR)/mk/image.mk
KERNEL:=$(LINUX_DIR)/arch/cris/boot/zImage
tools-compile:
- $(MAKE) -C ../tools/mkfimage
+ $(MAKE) -C ../tools/mkfimage all
ifneq ($(ADK_HOST_DARWIN),y)
- $(MAKE) -C ../tools/e100boot
+ $(MAKE) -C ../tools/e100boot all
endif
- $(MAKE) -C ../tools/squashfs
+ $(MAKE) -C ../tools/squashfs all
$(INSTALL_BIN) ../tools/boot_linux $(BIN_DIR)/
kernel-install: tools-compile
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