From 2636f0ed7b5fe9ddbc1cb3f9c9348550c7eac099 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 11 Jul 2012 19:10:59 +0200 Subject: use genext2fs on MacOS X to create qemu images --- target/x86/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/x86') diff --git a/target/x86/Makefile b/target/x86/Makefile index aa5bdc2d7..40fe4ded6 100644 --- a/target/x86/Makefile +++ b/target/x86/Makefile @@ -9,6 +9,12 @@ include $(TOPDIR)/mk/image.mk KERNEL:=$(LINUX_DIR)/arch/x86/boot/bzImage +ifeq ($(ADK_TARGET_FS),genext2fs) +imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) + @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" + @echo "To install everything to CompactFlash use scripts/genext2.sh" +endif + ifeq ($(ADK_TARGET_FS),cf) imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" -- cgit v1.2.3