blob: c0fd29c32b53d3b4745b127ccf19027cd1c98d05 [file] [log] [blame]
# Copyright (c) 2009 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.
# Pull in definition of at least { ROOT, CHOST, [BOARD_OVERLAY] }
source make.conf.board_setup
ACCEPT_KEYWORDS="amd64"
# Common settings across all board targets.
source /mnt/host/source/src/third_party/chromiumos-overlay/chromeos/config/make.conf.common-target
# Recommended x86-specific USE flags.
USE="${USE} mmx sse sse2 dri hardened"
# Recommended MARCH_TUNE, CFLAGS, etc.
MARCH_TUNE=""
VIDEO_CARDS="intel fbdev"
INPUT_DEVICES="evdev synaptics cmt"
# Allow a board to override or define additional settings.
source make.conf.board
CFLAGS="-O2 -pipe ${MARCH_TUNE} -g ${CXXEXCEPTIONS_FLAGS}"
CXXFLAGS="${CFLAGS}"
# Allow the user to override or define additional settings.
source make.conf.user