03197f30ab
Wifi kernel module and firmware for Imagination explorer RPU Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com> Reviewed-by: Rahul Bedarkar <Rahul.Bedarkar@imgtec.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Thomas: indicate linux >= 4.2 dependency, as suggested by Arnout.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
648 B
Makefile
19 lines
648 B
Makefile
################################################################################
|
|
#
|
|
# uccp420wlan
|
|
#
|
|
################################################################################
|
|
|
|
UCCP420WLAN_VERSION = v6.9.1
|
|
UCCP420WLAN_SITE = $(call github,CreatorDev,uccp420wlan,$(UCCP420WLAN_VERSION))
|
|
UCCP420WLAN_LICENSE = GPLv2 (kernel module), proprietary (firmware blob)
|
|
UCCP420WLAN_LICENSE_FILES = COPYING firmware/LICENSE.imagination
|
|
|
|
define UCCP420WLAN_INSTALL_TARGET_CMDS
|
|
mkdir -p $(TARGET_DIR)/lib/firmware/img/uccp420wlan
|
|
cp $(@D)/firmware/*.ldr $(TARGET_DIR)/lib/firmware/img/uccp420wlan
|
|
endef
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|