mirror of
https://github.com/strongtz/i915-sriov-dkms.git
synced 2026-05-06 21:53:25 +08:00
enable kvmgt
(cherry picked from commit 5dda17612e136179e1e89d54e26dd9250940ed81)
This commit is contained in:
4
Makefile
4
Makefile
@@ -417,6 +417,9 @@ i915-y := \
|
||||
$(compat-y) \
|
||||
$(addprefix drivers/gpu/drm/i915/,$(i915-y))
|
||||
|
||||
kvmgt-y := \
|
||||
$(addprefix drivers/gpu/drm/i915/,$(kvmgt-y))
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# common to all modules
|
||||
#
|
||||
@@ -429,5 +432,6 @@ LINUXINCLUDE := \
|
||||
$(LINUXINCLUDE)
|
||||
|
||||
obj-m := i915.o
|
||||
obj-m += kvmgt.o
|
||||
|
||||
.PHONY: default clean modules load unload install patch
|
||||
|
||||
Reference in New Issue
Block a user