blob: 349991f22efdd105c64d6e9ddbb3c549309affe7 [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="b5d3741d042bde7941284303712c3790ab4e489d"
CROS_WORKON_TREE="dc9c83c5f2acc181807ca0047d9f223acc906ddd"
CROS_WORKON_PROJECT="chromiumos/third_party/marvell"
CROS_WORKON_LOCALNAME="marvell"
inherit eutils cros-workon
DESCRIPTION="Marvell SD8787 firmware image"
HOMEPAGE="http://www.marvell.com/"
LICENSE="Marvell-sd8787"
SLOT="0"
KEYWORDS="*"
IUSE="pcie"
RESTRICT="binchecks strip test"
DEPEND=""
RDEPEND=""
src_install() {
insinto /lib/firmware/mrvl
if use pcie; then
doins pcie8*.bin
else
doins sd8*.bin
fi
}