From: Kevin Brace <kevinbrace@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Kevin Brace <kevinbrace@xxxxxxxxxxxxxxxxxxxx> --- 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