Skip to content

Commit c3bbeb7

Browse files
authored
Update fix.patch
1 parent 8414424 commit c3bbeb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fix.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
+++ b/drivers/hv/Makefile
1717
@@ -2,6 +2,7 @@
1818
- obj-$(CONFIG_HYPERV) += hv_vmbus.o
19-
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
19+
- obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
2020
obj-$(CONFIG_HYPERV_BALLOON) += hv_balloon.o
2121
+ obj-$(CONFIG_MSHV_ROOT) += mshv_root.o
22+
+ obj-$(CONFIG_MSHV_VTL) += mshv_vtl.o
2223
+obj-$(CONFIG_DXGKRNL) += dxgkrnl/
2324

2425
CFLAGS_hv_trace.o = -I$(src)

0 commit comments

Comments
 (0)