summaryrefslogtreecommitdiff
path: root/target/aarch64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/aarch64/Makefile')
-rw-r--r--target/aarch64/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/aarch64/Makefile b/target/aarch64/Makefile
index 81d0ff4d8..9c765aeb3 100644
--- a/target/aarch64/Makefile
+++ b/target/aarch64/Makefile
@@ -66,12 +66,20 @@ 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
ifeq ($(ADK_TARGET_FS),genimage)
targethelp:
@echo "The disk image is: $(FW_DIR)/sdcard.img"
@echo "Use following command to install it on SD card:"
@echo 'sudo dd if=$(FW_DIR)/sdcard.img of=/dev/sdX bs=2048k'
endif
+ifeq ($(ADK_TARGET_FS),nfsroot)
+imageinstall: kernel-install $(FW_DIR)/$(ROOTFSUSERTARBALL) targethelp
+endif
kernel-strip:
@cp $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)