12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
# CONFIG.Common.linux-aarch64
|
|
#
|
|
# Definitions for linux-arm target builds
|
|
# Override these settings in CONFIG_SITE.Common.linux-aarch64
|
|
#-------------------------------------------------------
|
|
|
|
# Include definitions common to all Linux targets
|
|
include $(CONFIG)/os/CONFIG.Common.linuxCommon
|
|
|
|
ARCH_CLASS = aarch64
|
|
|