You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
300 B
14 lines
300 B
include device/linaro/hikey/hikey/BoardConfig.mk
|
|
|
|
TARGET_ARCH := arm64
|
|
TARGET_ARCH_VARIANT := armv8-a
|
|
TARGET_CPU_ABI := arm64-v8a
|
|
TARGET_CPU_ABI2 :=
|
|
TARGET_CPU_VARIANT := cortex-a53
|
|
|
|
TARGET_2ND_ARCH :=
|
|
TARGET_2ND_ARCH_VARIANT :=
|
|
TARGET_2ND_CPU_ABI :=
|
|
TARGET_2ND_CPU_ABI2 :=
|
|
TARGET_2ND_CPU_VARIANT :=
|