From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- target/foxboard/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 target/foxboard/Makefile (limited to 'target/foxboard/Makefile') diff --git a/target/foxboard/Makefile b/target/foxboard/Makefile new file mode 100644 index 000000000..1db02a2c9 --- /dev/null +++ b/target/foxboard/Makefile @@ -0,0 +1,38 @@ +# $Id: Makefile 30 2008-09-04 13:31:09Z wbx $ +#- +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk +include $(TOPDIR)/mk/kernel.mk +include $(TOPDIR)/mk/modules.mk +include $(TOPDIR)/mk/kernel-build.mk +include $(TOPDIR)/mk/image.mk + +$(TOOLS_BUILD_DIR): + mkdir -p $(TOOLS_BUILD_DIR) + +tools-compile: $(TOOLS_BUILD_DIR) + $(MAKE) -C tools/mkfimage + $(MAKE) -C tools/e100boot prepare compile install $(MAKE_TRACE) + $(MAKE) -C tools/squashfs prepare compile install + $(INSTALL_BIN) tools/boot_linux $(BIN_DIR)/ + +kernel-install: tools-compile + PATH='${TARGET_PATH}' \ + mkfimage $(LINUX_DIR)/arch/cris/arch-v10/boot/zImage \ + $(BIN_DIR)/${DEVICE}-${ARCH}-kernel $(MAKE_TRACE) + +ifeq ($(FS),squashfs) +imageinstall: $(BIN_DIR)/$(ROOTFSSQUASHFS) + @echo + @echo Use sudo ./boot_linux -F -i $(ROOTFSSQUASHFS) to flash + @echo Do not forget to set network boot jumper, before you start the foxboard +endif +ifeq ($(FS),nfsroot) +imageinstall: ${BIN_DIR}/${ROOTFSTARBALL} + @echo + @echo Use sudo ./boot_linux -F -i ${DEVICE}-${ARCH}-kernel to flash the kernel + @echo Do not forget to set network boot jumper, before you start the foxboard + @echo ${ROOTFSTARBALL} is your nfs root and can be extracted on your nfs server +endif -- cgit v1.2.3