mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Fixed build with Linux 7.0 Fixes: still not occured Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
531 B
Makefile
16 lines
531 B
Makefile
################################################################################
|
|
#
|
|
# mali-driver
|
|
#
|
|
################################################################################
|
|
|
|
MALI_DRIVER_VERSION = fd0865346db356f08295df49f96ce0df47ccdd2f
|
|
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))
|