Makefile (c787c2901e2c03008e536b86cb0103ce6fd05e2d) Makefile (a7238ee33c409e8edea365cc9e6539ed31a5c859)
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

--- 87 unchanged lines hidden (view full) ---

96 xe_sched_job.o \
97 xe_step.o \
98 xe_sync.o \
99 xe_tile.o \
100 xe_tile_sysfs.o \
101 xe_trace.o \
102 xe_trace_bo.o \
103 xe_trace_guc.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

--- 87 unchanged lines hidden (view full) ---

96 xe_sched_job.o \
97 xe_step.o \
98 xe_sync.o \
99 xe_tile.o \
100 xe_tile_sysfs.o \
101 xe_trace.o \
102 xe_trace_bo.o \
103 xe_trace_guc.o \
104 xe_trace_lrc.o \
104 xe_ttm_sys_mgr.o \
105 xe_ttm_stolen_mgr.o \
106 xe_ttm_vram_mgr.o \
107 xe_tuning.o \
108 xe_uc.o \
109 xe_uc_fw.o \
110 xe_vm.o \
111 xe_vram.o \

--- 207 unchanged lines hidden ---
105 xe_ttm_sys_mgr.o \
106 xe_ttm_stolen_mgr.o \
107 xe_ttm_vram_mgr.o \
108 xe_tuning.o \
109 xe_uc.o \
110 xe_uc_fw.o \
111 xe_vm.o \
112 xe_vram.o \

--- 207 unchanged lines hidden ---