Makefile (f2345ed5374ef964ff97e13e82f53b07c827b373) Makefile (63d8cb8fe3ddf74627003f99ad085887baf91e60)
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

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

151xe-$(CONFIG_HMM_MIRROR) += xe_hmm.o
152
153# graphics hardware monitoring (HWMON) support
154xe-$(CONFIG_HWMON) += xe_hwmon.o
155
156# graphics virtualization (SR-IOV) support
157xe-y += \
158 xe_gt_sriov_vf.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

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

151xe-$(CONFIG_HMM_MIRROR) += xe_hmm.o
152
153# graphics hardware monitoring (HWMON) support
154xe-$(CONFIG_HWMON) += xe_hwmon.o
155
156# graphics virtualization (SR-IOV) support
157xe-y += \
158 xe_gt_sriov_vf.o \
159 xe_gt_sriov_vf_debugfs.o \
159 xe_guc_relay.o \
160 xe_memirq.o \
161 xe_sriov.o
162
163xe-$(CONFIG_PCI_IOV) += \
164 xe_gt_sriov_pf.o \
165 xe_gt_sriov_pf_config.o \
166 xe_gt_sriov_pf_control.o \

--- 167 unchanged lines hidden ---
160 xe_guc_relay.o \
161 xe_memirq.o \
162 xe_sriov.o
163
164xe-$(CONFIG_PCI_IOV) += \
165 xe_gt_sriov_pf.o \
166 xe_gt_sriov_pf_config.o \
167 xe_gt_sriov_pf_control.o \

--- 167 unchanged lines hidden ---