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

Thomas Zimmermann tzimmermann at suse.de
Tue Jul 26 07:29:50 UTC 2022


Hi

Am 26.07.22 um 01:53 schrieb Kevin Brace:
> From: Kevin Brace <kevinbrace at bracecomputerlab.com>
> 
> Signed-off-by: Kevin Brace <kevinbrace at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20220726/99cb1e20/attachment.sig>


More information about the dri-devel mailing list