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/cris/Makefile | |
parent | 573b06af740b3f1966aa2ea190494d9c87270786 (diff) | |
parent | f5a999a24fddc9527fda922c72577e50f93c2ae2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/cris/Makefile')
-rw-r--r-- | target/cris/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |