Makefile (02189ca8411253aa1328e9dd6137a40e390a5b37) Makefile (d86e3737c7ab907690c20bcde7c1f78f42fce6c2)
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

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

124 xe_guc_relay.o \
125 xe_memirq.o \
126 xe_sriov.o
127
128xe-$(CONFIG_PCI_IOV) += \
129 xe_gt_sriov_pf.o \
130 xe_gt_sriov_pf_config.o \
131 xe_gt_sriov_pf_control.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

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

124 xe_guc_relay.o \
125 xe_memirq.o \
126 xe_sriov.o
127
128xe-$(CONFIG_PCI_IOV) += \
129 xe_gt_sriov_pf.o \
130 xe_gt_sriov_pf_config.o \
131 xe_gt_sriov_pf_control.o \
132 xe_gt_sriov_pf_migration.o \
132 xe_gt_sriov_pf_monitor.o \
133 xe_gt_sriov_pf_policy.o \
134 xe_gt_sriov_pf_service.o \
135 xe_lmtt.o \
136 xe_lmtt_2l.o \
137 xe_lmtt_ml.o \
138 xe_pci_sriov.o \
139 xe_sriov_pf.o

--- 175 unchanged lines hidden ---
133 xe_gt_sriov_pf_monitor.o \
134 xe_gt_sriov_pf_policy.o \
135 xe_gt_sriov_pf_service.o \
136 xe_lmtt.o \
137 xe_lmtt_2l.o \
138 xe_lmtt_ml.o \
139 xe_pci_sriov.o \
140 xe_sriov_pf.o

--- 175 unchanged lines hidden ---