blob: 9a81dc1756a04e03fc6b4cb6864c08477ba934bd [file] [log] [blame]
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="82b4358bb82a8be3eb2ee1723736229acb6e6c03"
CROS_WORKON_TREE="62259270c4b9816fbf24a9071e1550f3affefeee"
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
}