# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit linux-mod toolchain-funcs BUILD_PARAMS="CC=$(tc-getCC) V=1 KSRC=${KERNEL_DIR}" COMMIT="e49409f22ceea0d5b5ef431e6170580028b84c9d" DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel" HOMEPAGE="https://github.com/morrownr/8821cu-20210916" SRC_URI="https://github.com/morrownr/8821cu-20210916/archive/${COMMIT}.tar.gz -> rtl8821cu-${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64" DEPEND="virtual/linux-sources" S="${WORKDIR}/8821cu-20210916-${COMMIT}" MODULE_NAMES="8821cu(net/wireless)" BUILD_TARGETS="all"