blob: 770367157cc1bc003243fb17a234e3e377d2fdac [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
E_MACHINE=EM_ARM
ARCH=arm
# Common settings across all board targets.
source make.conf.common
# Recommended arm-specific USE flags.
USE="${USE} hardened"
# Recommended MARCH_TUNE, CFLAGS, etc.
MARCH_TUNE=""
VIDEO_CARDS="fbdev"
INPUT_DEVICES="evdev cmt"
# Allow a board to override or define additional settings.
source make.conf.board
CFLAGS="-O2 -pipe ${MARCH_TUNE} -g"
CXXFLAGS="${CFLAGS}"
# Allow the user to override or define additional settings.
source make.conf.user