Skip to content

Commit 99c59d5

Browse files
Sasha Levintyhicks
authored andcommitted
drivers: hv: dxgkrnl: hook up dxgkrnl
Connect the dxgkrnl module to the drivers/hv/ makefile and Kconfig. Signed-off-by: Iouri Tarassov <[email protected]>
1 parent 4929526 commit 99c59d5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

drivers/hv/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ config HYPERV_BALLOON
2626
help
2727
Select this option to enable Hyper-V Balloon driver.
2828

29+
source "drivers/hv/dxgkrnl/Kconfig"
30+
2931
endmenu

drivers/hv/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
obj-$(CONFIG_HYPERV) += hv_vmbus.o
33
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
44
obj-$(CONFIG_HYPERV_BALLOON) += hv_balloon.o
5+
obj-$(CONFIG_DXGKRNL) += dxgkrnl/
56

67
CFLAGS_hv_trace.o = -I$(src)
78
CFLAGS_hv_balloon.o = -I$(src)

0 commit comments

Comments
 (0)