blob: 8b92ee4c369e4ce8d306bcb82fb2191e5aa0de86 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
CROS_WORKON_PROJECT="chromiumos/third_party/gobi3k-sdk"
CROS_WORKON_LOCALNAME=../third_party/gobi3k-sdk
inherit cros-workon toolchain-funcs
DESCRIPTION="SDK for Qualcomm Gobi 3000 modems"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
# TODO(jglasgow): remove realpath dependency
RDEPEND="
app-misc/realpath
"
src_compile () {
tc-export LD CXX CC OBJCOPY AR
emake || die Building
}
src_install () {
emake DESTDIR="${D}" install || die Installing
}