blob: f4728348a7dc3643b4594cc785740d7b7b425c95 [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="chromeos-intel-pineview"
CHROMEOS_KERNEL_ARCH="x86_64"
# TODO(bhthompson): change to -march=slm when supported by CrOS GCC
BOARD_COMPILER_FLAGS="-march=corei7"
# Initial value just for style purposes.
USE=""
# Enable native one-copy texture upload.
USE="${USE} native_gpu_memory_buffers"