K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / src / linux-headers-3.13.0-24 / ubuntu / i915 /
server ip : 104.21.89.46

your ip : 172.70.130.186

H O M E


Filename/usr/src/linux-headers-3.13.0-24/ubuntu/i915/Makefile
Size1.3 kb
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified11-Apr-2014 03:07
Last accessed07-Jul-2025 01:47
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#
# 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
i915_bdw-y := i915_drv.o i915_dma.o i915_irq.o \
i915_gpu_error.o \
i915_suspend.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_sysfs.o \
i915_trace_points.o \
i915_ums.o \
intel_display.o \
intel_crt.o \
intel_lvds.o \
intel_dsi.o \
intel_dsi_cmd.o \
intel_dsi_pll.o \
intel_bios.o \
intel_ddi.o \
intel_dp.o \
intel_hdmi.o \
intel_sdvo.o \
intel_modes.o \
intel_panel.o \
intel_pm.o \
intel_i2c.o \
intel_tv.o \
intel_dvo.o \
intel_ringbuffer.o \
intel_overlay.o \
intel_sprite.o \
intel_sideband.o \
intel_uncore.o \
dvo_ch7xxx.o \
dvo_ch7017.o \
dvo_ivch.o \
dvo_tfp410.o \
dvo_sil164.o \
dvo_ns2501.o \
i915_gem_dmabuf.o

i915_bdw-$(CONFIG_COMPAT) += i915_ioc32.o

i915_bdw-$(CONFIG_ACPI) += intel_acpi.o intel_opregion.o

i915_bdw-$(CONFIG_DRM_I915_FBDEV) += intel_fbdev.o

i915_bdw-$(CONFIG_DEBUG_FS) += i915_debugfs.o

obj-$(CONFIG_DRM_I915_BDW) += i915_bdw.o

CFLAGS_i915_trace_points.o := -I$(src)