diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 13:15:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 13:15:31 +0100 |
commit | 977956e6dbde952f72031c5c2035c9d9685cee88 (patch) | |
tree | 441ffe27aa76fc28e210e1ca7a506a03a32f5fe2 /target/mipsel/Makefile | |
parent | 573b06af740b3f1966aa2ea190494d9c87270786 (diff) | |
parent | f5a999a24fddc9527fda922c72577e50f93c2ae2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mipsel/Makefile')
-rw-r--r-- | target/mipsel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 |