[platform][qemu-virt] rename to qemu-virt-arm

Makes space for a new platform using the virt machine in qemu on another
architecture.
This commit is contained in:
Travis Geiselbrecht
2019-03-30 19:46:30 -07:00
parent 39d02cf01f
commit 4148863969
14 changed files with 7 additions and 7 deletions

View File

@@ -2,5 +2,5 @@
ARCH := arm ARCH := arm
ARM_CPU := cortex-a15 ARM_CPU := cortex-a15
include project/target/qemu-virt.mk include project/target/qemu-virt-arm.mk

View File

@@ -2,6 +2,6 @@
ARCH := arm64 ARCH := arm64
ARM_CPU := cortex-a53 ARM_CPU := cortex-a53
include project/target/qemu-virt.mk include project/target/qemu-virt-arm.mk

View File

@@ -0,0 +1,4 @@
# main project for qemu-virt-arm
TARGET := qemu-virt-arm
WITH_LINKER_GC := 0

View File

@@ -1,4 +0,0 @@
# main project for qemu-virt
TARGET := qemu-virt
WITH_LINKER_GC := 0

View File

@@ -3,7 +3,7 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
GLOBAL_INCLUDES += \ GLOBAL_INCLUDES += \
$(LOCAL_DIR)/include $(LOCAL_DIR)/include
PLATFORM := qemu-virt PLATFORM := qemu-virt-arm
#include make/module.mk #include make/module.mk