diff mbox series

[v3,31/32] drm/via: Add Makefile

Message ID 20220725235359.20516-12-kevinbrace@gmx.com (mailing list archive)
State New, archived
Headers show
Series OpenChrome DRM for Linux 5.20 | expand

Commit Message

Kevin Brace July 25, 2022, 11:53 p.m. UTC
From: Kevin Brace <kevinbrace@bracecomputerlab.com>

Signed-off-by: Kevin Brace <kevinbrace@bracecomputerlab.com>
---
 drivers/gpu/drm/via/Makefile | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 drivers/gpu/drm/via/Makefile

--
2.35.1

Comments

Thomas Zimmermann July 26, 2022, 7:29 a.m. UTC | #1
Hi

Am 26.07.22 um 01:53 schrieb Kevin Brace:
> From: Kevin Brace <kevinbrace@bracecomputerlab.com>
> 
> Signed-off-by: Kevin Brace <kevinbrace@bracecomputerlab.com>

I suggest to merge patches 30, 31 and 32 into one to make it easier to 
review.

Best regards
Thomas

> ---
>   drivers/gpu/drm/via/Makefile | 26 ++++++++++++++++++++++++++
>   1 file changed, 26 insertions(+)
>   create mode 100644 drivers/gpu/drm/via/Makefile
> 
> diff --git a/drivers/gpu/drm/via/Makefile b/drivers/gpu/drm/via/Makefile
> new file mode 100644
> index 000000000000..73ccacb4cd11
> --- /dev/null
> +++ b/drivers/gpu/drm/via/Makefile
> @@ -0,0 +1,26 @@
> +#
> +# Makefile for the drm device driver.  This driver provides support for the
> +# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
> +
> +ccflags-y := -Iinclude/drm
> +via-y := via_crtc.o \
> +		via_crtc_hw.o \
> +		via_cursor.o \
> +		via_dac.o \
> +		via_display.o \
> +		via_drv.o \
> +		via_encoder.o \
> +		via_hdmi.o \
> +		via_i2c.o \
> +		via_init.o \
> +		via_ioctl.o \
> +		via_lvds.o \
> +		via_object.o \
> +		via_pll.o \
> +		via_pm.o \
> +		via_sii164.o \
> +		via_tmds.o \
> +		via_ttm.o \
> +		via_vt1632.o
> +
> +obj-$(CONFIG_DRM_OPENCHROME)	+= via.o
> --
> 2.35.1
>
Kevin Brace July 31, 2022, 1:55 a.m. UTC | #2
Hi Thomas,

Okay, I will try to remember this.

Regards,

Kevin Brace
Brace Computer Laboratory blog
https://bracecomputerlab.com


> Sent: Tuesday, July 26, 2022 at 12:29 AM
> From: "Thomas Zimmermann" <tzimmermann@suse.de>
> To: "Kevin Brace" <kevinbrace@gmx.com>, dri-devel@lists.freedesktop.org
> Cc: "Kevin Brace" <kevinbrace@bracecomputerlab.com>
> Subject: Re: [PATCH v3 31/32] drm/via: Add Makefile
>
> Hi
> 
> Am 26.07.22 um 01:53 schrieb Kevin Brace:
> > From: Kevin Brace <kevinbrace@bracecomputerlab.com>
> > 
> > Signed-off-by: Kevin Brace <kevinbrace@bracecomputerlab.com>
> 
> I suggest to merge patches 30, 31 and 32 into one to make it easier to 
> review.
> 
> Best regards
> Thomas
> 
> > ---
> >   drivers/gpu/drm/via/Makefile | 26 ++++++++++++++++++++++++++
> >   1 file changed, 26 insertions(+)
> >   create mode 100644 drivers/gpu/drm/via/Makefile
> > 
> > diff --git a/drivers/gpu/drm/via/Makefile b/drivers/gpu/drm/via/Makefile
> > new file mode 100644
> > index 000000000000..73ccacb4cd11
> > --- /dev/null
> > +++ b/drivers/gpu/drm/via/Makefile
> > @@ -0,0 +1,26 @@
> > +#
> > +# Makefile for the drm device driver.  This driver provides support for the
> > +# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
> > +
> > +ccflags-y := -Iinclude/drm
> > +via-y := via_crtc.o \
> > +		via_crtc_hw.o \
> > +		via_cursor.o \
> > +		via_dac.o \
> > +		via_display.o \
> > +		via_drv.o \
> > +		via_encoder.o \
> > +		via_hdmi.o \
> > +		via_i2c.o \
> > +		via_init.o \
> > +		via_ioctl.o \
> > +		via_lvds.o \
> > +		via_object.o \
> > +		via_pll.o \
> > +		via_pm.o \
> > +		via_sii164.o \
> > +		via_tmds.o \
> > +		via_ttm.o \
> > +		via_vt1632.o
> > +
> > +obj-$(CONFIG_DRM_OPENCHROME)	+= via.o
> > --
> > 2.35.1
> > 
> 
> -- 
> Thomas Zimmermann
> Graphics Driver Developer
> SUSE Software Solutions Germany GmbH
> Maxfeldstr. 5, 90409 Nürnberg, Germany
> (HRB 36809, AG Nürnberg)
> Geschäftsführer: Ivo Totev
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/via/Makefile b/drivers/gpu/drm/via/Makefile
new file mode 100644
index 000000000000..73ccacb4cd11
--- /dev/null
+++ b/drivers/gpu/drm/via/Makefile
@@ -0,0 +1,26 @@ 
+#
+# Makefile for the drm device driver.  This driver provides support for the
+# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
+
+ccflags-y := -Iinclude/drm
+via-y := via_crtc.o \
+		via_crtc_hw.o \
+		via_cursor.o \
+		via_dac.o \
+		via_display.o \
+		via_drv.o \
+		via_encoder.o \
+		via_hdmi.o \
+		via_i2c.o \
+		via_init.o \
+		via_ioctl.o \
+		via_lvds.o \
+		via_object.o \
+		via_pll.o \
+		via_pm.o \
+		via_sii164.o \
+		via_tmds.o \
+		via_ttm.o \
+		via_vt1632.o
+
+obj-$(CONFIG_DRM_OPENCHROME)	+= via.o