summaryrefslogtreecommitdiff
path: root/target/aarch64/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-14 16:31:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-14 16:31:45 +0200
commit067a5fbdfbe4de906e3a8d4244a4a141b7ef7fe9 (patch)
treee8bebf9d50666a0bf2926630bce92bdc38431009 /target/aarch64/Makefile
parent47472814576cd576a54b2f1803f40987236e422c (diff)
remove arm foundation model sample, bit rotted. better use qemu sample for aarch64
Diffstat (limited to 'target/aarch64/Makefile')
-rw-r--r--target/aarch64/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/aarch64/Makefile b/target/aarch64/Makefile
index 58f016796..34a2b8ecd 100644
--- a/target/aarch64/Makefile
+++ b/target/aarch64/Makefile
@@ -45,10 +45,6 @@ endif
ifeq ($(ADK_TARGET_FS),initramfspiggyback)
targethelp:
@echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}'
-ifeq ($(ADK_TARGET_SYSTEM_ARM_FM),y)
- @echo 'Start emulator via:'
- @echo 'Foundation_v8 --image=$(FW_DIR)/${TARGET_KERNEL}'
-endif
ifeq ($(ADK_TARGET_QEMU),y)
@echo "Start qemu with following command line:"
@echo 'qemu-system-${ADK_TARGET_CPU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL)'
@@ -59,18 +55,7 @@ kernel-strip:
@cp $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
kernel-install: kernel-strip
-ifeq ($(ADK_TARGET_SYSTEM_ARM_FM),y)
- cd $(ADK_TOPDIR) && \
- make -f Makefile \
- -C package/boot-wrapper-aarch64 clean
- cd $(ADK_TOPDIR) && \
- make -f Makefile \
- -C package/boot-wrapper-aarch64 package
- ${CP} ${LINUX_DIR}/linux-system.axf \
- $(FW_DIR)/$(TARGET_KERNEL)
-else
@cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
-endif
# filesystem specific targets
ifeq ($(ADK_TARGET_FS),archive)