From 9492f70965e2d1c669df4c5fc56b4bac465f6b88 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 27 Apr 2011 19:06:58 +0200 Subject: fix cris allconfig build --- target/cris/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/cris') diff --git a/target/cris/Makefile b/target/cris/Makefile index 0c87fb6d7..28e33eda5 100644 --- a/target/cris/Makefile +++ b/target/cris/Makefile @@ -38,3 +38,9 @@ imageinstall: kernel-install ${BIN_DIR}/${ROOTFSUSERTARBALL} @echo Do not forget to set network boot jumper, before you start the foxboard @echo ${ROOTFSUSERTARBALL} is your nfs root and can be extracted on your nfs server endif +ifeq ($(ADK_TARGET_FS),archive) +imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) + @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) + @echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}' + @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" +endif -- cgit v1.2.3