blob: 88bf53a7b55901e237f78cf82f0f2575c5ee6d2f [file] [log] [blame]
# Copyright 2014 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.
$(warning **)
$(warning ** USING PRE-PACKAGED CONFIGURATION. You should edit 'config' to meet your needs.)
$(warning **)
# change 'lumpy' to your board name
PKG_CONFIG = pkg-config-lumpy
# are libraries in /usr/lib or /usr/lib64?
LIBDIR = lib64
# cross compilers
CC = x86_64-cros-linux-gnu-gcc
CXX = x86_64-cros-linux-gnu-g++