Makefile (79790b6818e96c58fe2bffee1b418c16e64e7b80) Makefile (0ddc1e0721d410ae09a8ea4cbfebfb20bc1e2e03)
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# Unconditionally enable W=1 warnings locally
7# --- begin copy-paste W=1 warnings from scripts/Makefile.extrawarn
8subdir-ccflags-y += -Wextra -Wunused -Wno-unused-parameter

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

94 xe_gt_topology.o \
95 xe_guc.o \
96 xe_guc_ads.o \
97 xe_guc_ct.o \
98 xe_guc_db_mgr.o \
99 xe_guc_debugfs.o \
100 xe_guc_hwconfig.o \
101 xe_guc_id_mgr.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# Unconditionally enable W=1 warnings locally
7# --- begin copy-paste W=1 warnings from scripts/Makefile.extrawarn
8subdir-ccflags-y += -Wextra -Wunused -Wno-unused-parameter

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

94 xe_gt_topology.o \
95 xe_guc.o \
96 xe_guc_ads.o \
97 xe_guc_ct.o \
98 xe_guc_db_mgr.o \
99 xe_guc_debugfs.o \
100 xe_guc_hwconfig.o \
101 xe_guc_id_mgr.o \
102 xe_guc_klv_helpers.o \
102 xe_guc_log.o \
103 xe_guc_pc.o \
104 xe_guc_submit.o \
105 xe_heci_gsc.o \
106 xe_hw_engine.o \
107 xe_hw_engine_class_sysfs.o \
108 xe_hw_fence.o \
109 xe_huc.o \

--- 217 unchanged lines hidden ---
103 xe_guc_log.o \
104 xe_guc_pc.o \
105 xe_guc_submit.o \
106 xe_heci_gsc.o \
107 xe_hw_engine.o \
108 xe_hw_engine_class_sysfs.o \
109 xe_hw_fence.o \
110 xe_huc.o \

--- 217 unchanged lines hidden ---