74a8865b2f
Commit 391c448acb
(package/kernel-module-imx-gpu-viv: bear the kernel
options munging) improperly named the macro, including a superfluous
'MODULE' in the middle of the macro name, which meant it was totally
unused.
Fix that.
Reported-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
25 lines
844 B
Makefile
25 lines
844 B
Makefile
################################################################################
|
|
#
|
|
# kernel-module-imx-gpu-viv
|
|
#
|
|
################################################################################
|
|
|
|
KERNEL_MODULE_IMX_GPU_VIV_VERSION = f2e8483fbda59bf2482f77efb0804c014848f749
|
|
KERNEL_MODULE_IMX_GPU_VIV_SITE = \
|
|
$(call github,Freescale,kernel-module-imx-gpu-viv,$(KERNEL_MODULE_IMX_GPU_VIV_VERSION))
|
|
KERNEL_MODULE_IMX_GPU_VIV_LICENSE = GPL-2.0
|
|
KERNEL_MODULE_IMX_GPU_VIV_LICENSE_FILES = COPYING
|
|
|
|
KERNEL_MODULE_IMX_GPU_VIV_MODULE_MAKE_OPTS = \
|
|
AQROOT=$(@D)/kernel-module-imx-gpu-viv-src \
|
|
KERNEL_DIR=$(LINUX_DIR)
|
|
|
|
KERNEL_MODULE_IMX_GPU_VIV_MODULE_SUBDIRS = kernel-module-imx-gpu-viv-src
|
|
|
|
define KERNEL_MODULE_IMX_GPU_VIV_LINUX_CONFIG_FIXUPS
|
|
$(call KCONFIG_DISABLE_OPT,CONFIG_MXC_GPU_VIV)
|
|
endef
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|