Alan Cox | 3abcf41 | 2011-11-03 18:20:47 +0000 | [diff] [blame] | 1 | # |
| 2 | # KMS driver for the GMA500 |
| 3 | # |
| 4 | ccflags-y += -Iinclude/drm |
| 5 | |
| 6 | gma500_gfx-y += gem_glue.o \ |
| 7 | accel_2d.o \ |
| 8 | backlight.o \ |
| 9 | framebuffer.o \ |
| 10 | gem.o \ |
| 11 | gtt.o \ |
| 12 | intel_bios.o \ |
| 13 | intel_i2c.o \ |
Patrik Jakobsson | 5c0c1d5 | 2011-12-19 21:40:58 +0000 | [diff] [blame] | 14 | intel_gmbus.o \ |
Alan Cox | 3abcf41 | 2011-11-03 18:20:47 +0000 | [diff] [blame] | 15 | intel_opregion.o \ |
| 16 | mmu.o \ |
| 17 | power.o \ |
| 18 | psb_drv.o \ |
| 19 | psb_intel_display.o \ |
| 20 | psb_intel_lvds.o \ |
| 21 | psb_intel_modes.o \ |
| 22 | psb_intel_sdvo.o \ |
| 23 | psb_lid.o \ |
| 24 | psb_irq.o \ |
| 25 | psb_device.o \ |
| 26 | mid_bios.o |
| 27 | |
Alan Cox | b6195aa | 2011-12-29 14:37:03 +0000 | [diff] [blame^] | 28 | gma500_gfx-$(CONFIG_DRM_GMA3600) += cdv_device.o \ |
Alan Cox | 3abcf41 | 2011-11-03 18:20:47 +0000 | [diff] [blame] | 29 | cdv_intel_crt.o \ |
| 30 | cdv_intel_display.o \ |
| 31 | cdv_intel_hdmi.o \ |
| 32 | cdv_intel_lvds.o |
| 33 | |
| 34 | gma500_gfx-$(CONFIG_DRM_GMA600) += oaktrail_device.o \ |
| 35 | oaktrail_crtc.o \ |
| 36 | oaktrail_lvds.o \ |
| 37 | oaktrail_hdmi.o \ |
| 38 | oaktrail_hdmi_i2c.o |
| 39 | |
| 40 | obj-$(CONFIG_DRM_GMA500) += gma500_gfx.o |