]> git.ipfire.org Git - thirdparty/linux.git/blob - drivers/gpu/drm/gma500/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / gpu / drm / gma500 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # KMS driver for the GMA500
4 #
5
6 gma500_gfx-y += \
7 accel_2d.o \
8 backlight.o \
9 framebuffer.o \
10 gem.o \
11 gtt.o \
12 intel_bios.o \
13 intel_i2c.o \
14 intel_gmbus.o \
15 mmu.o \
16 blitter.o \
17 power.o \
18 psb_drv.o \
19 gma_display.o \
20 gma_device.o \
21 psb_intel_display.o \
22 psb_intel_lvds.o \
23 psb_intel_modes.o \
24 psb_intel_sdvo.o \
25 psb_lid.o \
26 psb_irq.o \
27 psb_device.o \
28 mid_bios.o
29
30 gma500_gfx-$(CONFIG_ACPI) += opregion.o \
31
32 gma500_gfx-$(CONFIG_DRM_GMA3600) += cdv_device.o \
33 cdv_intel_crt.o \
34 cdv_intel_display.o \
35 cdv_intel_hdmi.o \
36 cdv_intel_lvds.o \
37 cdv_intel_dp.o
38
39 gma500_gfx-$(CONFIG_DRM_GMA600) += oaktrail_device.o \
40 oaktrail_crtc.o \
41 oaktrail_lvds.o \
42 oaktrail_lvds_i2c.o \
43 oaktrail_hdmi.o \
44 oaktrail_hdmi_i2c.o
45
46 gma500_gfx-$(CONFIG_DRM_MEDFIELD) += mdfld_device.o \
47 mdfld_output.o \
48 mdfld_intel_display.o \
49 mdfld_dsi_output.o \
50 mdfld_dsi_dpi.o \
51 mdfld_dsi_pkg_sender.o \
52 mdfld_tpo_vid.o \
53 mdfld_tmd_vid.o \
54 tc35876x-dsi-lvds.o
55
56 obj-$(CONFIG_DRM_GMA500) += gma500_gfx.o