Makefile (a5b40d4f038d9ed0e6f34cf2383cb629fe3a2c59) | Makefile (e622905020fb8e2152804971db47586ccc846b9f) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the drm device driver. This driver provides support for the 4# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 5 6# Enable W=1 warnings not enabled in drm subsystem Makefile 7subdir-ccflags-y += $(call cc-option, -Wformat-truncation) 8 --- 166 unchanged lines hidden (view full) --- 175 display/xe_fb_pin.o \ 176 display/xe_hdcp_gsc.o \ 177 display/xe_plane_initial.o \ 178 display/xe_tdf.o 179 180# SOC code shared with i915 181xe-$(CONFIG_DRM_XE_DISPLAY) += \ 182 i915-soc/intel_dram.o \ | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the drm device driver. This driver provides support for the 4# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 5 6# Enable W=1 warnings not enabled in drm subsystem Makefile 7subdir-ccflags-y += $(call cc-option, -Wformat-truncation) 8 --- 166 unchanged lines hidden (view full) --- 175 display/xe_fb_pin.o \ 176 display/xe_hdcp_gsc.o \ 177 display/xe_plane_initial.o \ 178 display/xe_tdf.o 179 180# SOC code shared with i915 181xe-$(CONFIG_DRM_XE_DISPLAY) += \ 182 i915-soc/intel_dram.o \ |
183 i915-soc/intel_pch.o | 183 i915-soc/intel_pch.o \ 184 i915-soc/intel_rom.o |
184 185# Display code shared with i915 186xe-$(CONFIG_DRM_XE_DISPLAY) += \ 187 i915-display/icl_dsi.o \ 188 i915-display/intel_alpm.o \ 189 i915-display/intel_atomic.o \ 190 i915-display/intel_atomic_plane.o \ 191 i915-display/intel_audio.o \ --- 124 unchanged lines hidden --- | 185 186# Display code shared with i915 187xe-$(CONFIG_DRM_XE_DISPLAY) += \ 188 i915-display/icl_dsi.o \ 189 i915-display/intel_alpm.o \ 190 i915-display/intel_atomic.o \ 191 i915-display/intel_atomic_plane.o \ 192 i915-display/intel_audio.o \ --- 124 unchanged lines hidden --- |