From 112afa3ee55070f5f46c7a3fc591afc8be260520 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 22 May 2015 18:27:11 -0500 Subject: add basic xilinx kintex7 xtensa support --- target/xtensa/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/xtensa/Makefile') diff --git a/target/xtensa/Makefile b/target/xtensa/Makefile index 19f0a28f0..756bb020f 100644 --- a/target/xtensa/Makefile +++ b/target/xtensa/Makefile @@ -52,6 +52,11 @@ ifeq ($(ADK_TARGET_QEMU),y) @echo 'qemu-system-${ADK_TARGET_CPU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL)' endif endif +ifeq ($(ADK_TARGET_FS),nfsroot) +targethelp: + @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}' + @echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSUSERTARBALL)" +endif kernel-install: @cp $(KERNEL) $(FW_DIR)/${TARGET_KERNEL} @@ -69,3 +74,6 @@ endif ifeq ($(ADK_TARGET_FS),initramfspiggyback) imageinstall: createinitramfs targethelp endif +ifeq ($(ADK_TARGET_FS),nfsroot) +imageinstall: kernel-install $(FW_DIR)/$(ROOTFSUSERTARBALL) targethelp +endif -- cgit v1.2.3