License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / gpu / drm / gma500 / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
3abcf41f
AC
2#
3# KMS driver for the GMA500
4#
3abcf41f 5
4d46259f 6gma500_gfx-y += \
3abcf41f
AC
7 accel_2d.o \
8 backlight.o \
9 framebuffer.o \
10 gem.o \
11 gtt.o \
12 intel_bios.o \
13 intel_i2c.o \
5c0c1d50 14 intel_gmbus.o \
3abcf41f 15 mmu.o \
1c6b5d17 16 blitter.o \
3abcf41f
AC
17 power.o \
18 psb_drv.o \
5ea75e0f 19 gma_display.o \
f35257a3 20 gma_device.o \
3abcf41f
AC
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
a373bedd
AC
30gma500_gfx-$(CONFIG_ACPI) += opregion.o \
31
b6195aab 32gma500_gfx-$(CONFIG_DRM_GMA3600) += cdv_device.o \
3abcf41f
AC
33 cdv_intel_crt.o \
34 cdv_intel_display.o \
35 cdv_intel_hdmi.o \
37e7b184
AC
36 cdv_intel_lvds.o \
37 cdv_intel_dp.o
3abcf41f
AC
38
39gma500_gfx-$(CONFIG_DRM_GMA600) += oaktrail_device.o \
40 oaktrail_crtc.o \
41 oaktrail_lvds.o \
5a52b1f2 42 oaktrail_lvds_i2c.o \
3abcf41f
AC
43 oaktrail_hdmi.o \
44 oaktrail_hdmi_i2c.o
45
026abc33
KS
46gma500_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
3abcf41f 56obj-$(CONFIG_DRM_GMA500) += gma500_gfx.o