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