8405dcae33
Update to the latest upstream version, to which a few fixes were added to fix build failures with Aarch64 and Linux 5.18/5.19/6.0 Fixes: http://autobuild.buildroot.net/results/6f073fea149533a294dd838ce8373185236fe1d4/ Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
531 B
Makefile
16 lines
531 B
Makefile
################################################################################
|
|
#
|
|
# mali-driver
|
|
#
|
|
################################################################################
|
|
|
|
MALI_DRIVER_VERSION = 87c13e6994b20b5068e3a5e4f4c1b64db666a4c8
|
|
MALI_DRIVER_SITE = $(call github,bootlin,mali-driver,$(MALI_DRIVER_VERSION))
|
|
MALI_DRIVER_DEPENDENCIES = linux
|
|
MALI_DRIVER_LICENSE = GPL-2.0
|
|
MALI_DRIVER_LICENSE_FILES = LICENSE
|
|
MALI_DRIVER_MODULE_SUBDIRS = r8p0/drivers/gpu/arm/midgard
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|