blob: 05f7cf0d408cf1628c4511f0e67a18aedc849965 [file] [log] [blame]
LINUX_FIRMWARE=""
CHROMEOS_KERNEL_SPLITCONFIG="chromiumos-arm64"
CHROMEOS_KERNEL_CONFIG_FILE="base.config-arm64"
CHROMEOS_KERNEL_ARCH="arm64"
# TODO(edjee): Verify these flags. Check whether we need "-ftree-vectorize",
# "-mfpu=...", "-mfloat-abi=hard", etc.
BOARD_COMPILER_FLAGS="-march=armv8-a+crc -mtune=cortex-a57"
# TODO: Move this to project-lakitu/profiles/base/make.defaults
# Empty USE to allow the same form below in real assignments
USE=""
# Enable seccomp support.
USE="${USE} seccomp"
# Enable kdump feature.
USE="${USE} lakitu_kdump kexec_file"