summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/io/i915/Makefile.mod
blob: 433f7cdeb722b34e226b19d082a6e328f85458cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#

#
# Copyright 2016 Gordon W. Ross
#

I915_OBJS = \
	dvo_ch7017.o \
	dvo_ch7xxx.o \
	dvo_ivch.o \
	dvo_ns2501.o \
	dvo_sil164.o \
	dvo_tfp410.o \
	i915_dma.o \
	i915_drv.o \
	i915_gem.o \
	i915_gem_context.o \
	i915_gem_debug.o \
	i915_gem_evict.o \
	i915_gem_execbuffer.o \
	i915_gem_gtt.o \
	i915_gem_stolen.o \
	i915_gem_tiling.o \
	i915_io32.o \
	i915_irq.o \
	i915_suspend.o \
	i915_ums.o \
	intel_bios.o \
	intel_crt.o \
	intel_ddi.o \
	intel_display.o \
	intel_dp.o \
	intel_dvo.o \
	intel_fb.o \
	intel_hdmi.o \
	intel_i2c.o \
	intel_lvds.o \
	intel_modes.o \
	intel_overlay.o \
	intel_panel.o \
	intel_pm.o \
	intel_ringbuffer.o \
	intel_sdvo.o \
	intel_sideband.o \
	intel_sprite.o \
	intel_tv.o