blob: ae724642e6f648f9d0e02cbaf0dae50356d73f22 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CHROMEOS_KERNEL_SPLITCONFIG="chromiumos-mipseb"
CHROMEOS_KERNEL_ARCH="mips"
# We assume that we are running a big endian 32bit MIPS CPU. If you have
# a MIPS64 CPU, then you really should be using the n32 overlay instead.
BOARD_COMPILER_FLAGS="-march=mips32"
# Initial value just for style purposes.
USE=""
USE="${USE} legacy_keyboard legacy_power_button"
# Chaps depends on leveldb which isn't ported to all arches yet.
USE="${USE} -tpm"
# Kernel doesn't yet build cleanly.
USE="${USE} kernel-3_14 nowerror"
# Enable all optional features on generic overlays.
USE="${USE} buffet"
# Disable unibuild on this legacy board. This is only for existing (as of Jan 2019)
# boards as all new boards must be unibuild enabled moving forward. Do not copy this
# to new boards as it will be rejected. See
# https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/chromeos-config/README.md
# for further details about chromeos-config, which is the required entry point for
# unified builds.
USE="${USE} -unibuild"