summaryrefslogtreecommitdiff
path: root/target/aarch64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-12-11 13:42:34 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-12-11 13:42:34 +0100
commitbac4cf67f5dad3af5619b3149d4c9bd22f806672 (patch)
tree0c612e8d7f7d9cb24b9dfee7864def3bb5f7a4cb /target/aarch64
parent816b11357da0f110cb685001ccc4cb0b3b8b809f (diff)
update rpi kernel
Diffstat (limited to 'target/aarch64')
-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)