lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 31 Jul 2020 10:46:25 +0200
From:   Guido Günther <agx@...xcpu.org>
To:     Laurentiu Palcu <laurentiu.palcu@....nxp.com>
Cc:     Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
        Maxime Ripard <mripard@...nel.org>,
        Thomas Zimmermann <tzimmermann@...e.de>,
        David Airlie <airlied@...ux.ie>,
        Daniel Vetter <daniel@...ll.ch>, l.stach@...gutronix.de,
        lukas@...mn.com, dri-devel@...ts.freedesktop.org,
        linux-kernel@...r.kernel.org, linux-imx@....com
Subject: Re: [PATCH v9 1/5] drm/imx: compile imx directory by default

Hi,
On Fri, Jul 31, 2020 at 11:18:29AM +0300, Laurentiu Palcu wrote:
> From: Laurentiu Palcu <laurentiu.palcu@....com>
> 
> Currently the drm/imx/ directory is compiled only if DRM_IMX is set. Adding a
> new IMX related IP in the same directory would need DRM_IMX to be set, which would
> bring in also IPUv3 core driver...
> 
> The current patch would allow adding new IPs in the imx/ directory without needing
> to set DRM_IMX.

Reviewed-by: Guido Günther <agx@...xcpu.org> 

> 
> Signed-off-by: Laurentiu Palcu <laurentiu.palcu@....com>
> Reviewed-by: Lucas Stach <l.stach@...gutronix.de>
> ---
>  drivers/gpu/drm/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
> index 2f31579f91d4..81569009f884 100644
> --- a/drivers/gpu/drm/Makefile
> +++ b/drivers/gpu/drm/Makefile
> @@ -100,7 +100,7 @@ obj-$(CONFIG_DRM_MSM) += msm/
>  obj-$(CONFIG_DRM_TEGRA) += tegra/
>  obj-$(CONFIG_DRM_STM) += stm/
>  obj-$(CONFIG_DRM_STI) += sti/
> -obj-$(CONFIG_DRM_IMX) += imx/
> +obj-y 			+= imx/
>  obj-$(CONFIG_DRM_INGENIC) += ingenic/
>  obj-$(CONFIG_DRM_MEDIATEK) += mediatek/
>  obj-$(CONFIG_DRM_MESON)	+= meson/
> -- 
> 2.23.0
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ