blob: 4a6dd6b97e1363d44ca464d75b1a1c8dc034e513 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
CHROMEOS_KERNEL_SPLITCONFIG="chromeos-exynos5"
ARM_FPU=neon
MARCH_TUNE="-march=armv7-a -mtune=cortex-a15 -mfpu=${ARM_FPU} -mfloat-abi=hard"
CFLAGS="${CFLAGS} ${MARCH_TUNE}"
CXXFLAGS="${CXXFLAGS} ${MARCH_TUNE}"
USE="${USE} als bootimage cros_ec device_tree exynos hardfp kernel_next lockvt"
USE="${USE} neon -opengl opengles serial_use_ttySAC3 watchdog wireless34"
# Set default build to snow, USE="-snow" to build daisy.
USE="${USE} snow"
VIDEO_CARDS="${VIDEO_CARDS} armsoc"
# PORTAGE_BINHOST is pulled in from prebuilt.conf
source prebuilt.conf