diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 12:29:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-25 12:29:07 +0100 |
commit | de4f9989bc7cdb8e3db0b60948d87b5d28a10596 (patch) | |
tree | 753927cd623f7881f02deb2a83afcfa996355aca /target/cris | |
parent | 3953de124e87ce3b594fd861b6f111b2df706753 (diff) |
make bulk fixes
Diffstat (limited to 'target/cris')
-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 |