From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1kjjOd-0002a8-A7 for ptxdist@pengutronix.de; Mon, 30 Nov 2020 14:39:15 +0100 From: Lucas Stach Date: Mon, 30 Nov 2020 14:39:15 +0100 Message-Id: <20201130133915.29533-1-l.stach@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] mesalib: add all currently supported kmsro drivers List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Instead of adding kmsro drivers one by one, just add the full list of drivers supported by the current mesa 20.2. The impact to the target filesystem is low, as each driver only adds a symlink to the kmsro megadriver. Signed-off-by: Lucas Stach --- rules/mesalib.make | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 0ab0ccd1bf2e..a59e5f485fc8 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -64,7 +64,26 @@ MESALIB_DRI_LIBS-y = \ $(subst nouveau,nouveau_vieux,$(MESALIB_DRI_DRIVERS-y)) MESALIB_DRI_GALLIUM_LIBS-y = \ - $(subst kmsro,imx-drm pl111 hx8357d stm,$(subst freedreno,kgsl,$(MESALIB_GALLIUM_DRIVERS-y))) + $(subst kmsro, \ + armada-drm \ + exynos \ + hx8357d \ + ili9225 \ + ili9341 \ + imx-drm \ + ingenic-drm \ + mcde \ + meson \ + mi0283qt \ + mxsfb-drm \ + pl111 \ + repaper \ + rockchip \ + st7586 \ + st7735r \ + stm \ + sun4i-drm \ + ,$(subst freedreno,kgsl,$(MESALIB_GALLIUM_DRIVERS-y))) ifdef PTXCONF_ARCH_X86 MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_AMD) += amd -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de