From: Yann E. MORIN Date: Sat, 17 Oct 2020 07:27:56 +0000 (+0200) Subject: package/kernel-module-imx-gpu-viv: fix disabling kernel option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74a8865b2fa58a26c567e5fef1faa6df639deda7;p=buildroot.git package/kernel-module-imx-gpu-viv: fix disabling kernel option Commit 391c448acbb9 (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 Signed-off-by: Yann E. MORIN --- diff --git a/package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk b/package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk index 89b47f9147..2cea117087 100644 --- a/package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk +++ b/package/freescale-imx/kernel-module-imx-gpu-viv/kernel-module-imx-gpu-viv.mk @@ -16,7 +16,7 @@ KERNEL_MODULE_IMX_GPU_VIV_MODULE_MAKE_OPTS = \ KERNEL_MODULE_IMX_GPU_VIV_MODULE_SUBDIRS = kernel-module-imx-gpu-viv-src -define KERNEL_MODULE_IMX_GPU_VIV_MODULE_LINUX_CONFIG_FIXUPS +define KERNEL_MODULE_IMX_GPU_VIV_LINUX_CONFIG_FIXUPS $(call KCONFIG_DISABLE_OPT,CONFIG_MXC_GPU_VIV) endef