13 lines
297 B
Makefile
13 lines
297 B
Makefile
#
|
|
# Product-specific compile-time definitions.
|
|
#
|
|
|
|
# The generic product target doesn't have any hardware-specific pieces.
|
|
TARGET_NO_BOOTLOADER := true
|
|
TARGET_NO_KERNEL := true
|
|
|
|
TARGET_ARCH := arm
|
|
TARGET_ARCH_VARIANT := armv8
|
|
TARGET_CPU_ABI := arm
|
|
TARGET_CPU_SMP := false
|