Skip to content

Commit

Permalink
drivers: hv: dxgkrnl: hook up dxgkrnl
Browse files Browse the repository at this point in the history
Connect the dxgkrnl module to the drivers/hv/ makefile and Kconfig.

Signed-off-by: Sasha Levin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Nathan Chancellor <[email protected]>
Signed-off-by: Diab Neiroukh <[email protected]>
  • Loading branch information
Sasha Levin authored and lzlrd committed Jan 26, 2021
1 parent 8ee1e16 commit ae072af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/hv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ config HYPERV_BALLOON
help
Select this option to enable Hyper-V Balloon driver.

source "drivers/hv/dxgkrnl/Kconfig"

endmenu
1 change: 1 addition & 0 deletions drivers/hv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
obj-$(CONFIG_HYPERV) += hv_vmbus.o
obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o
obj-$(CONFIG_HYPERV_BALLOON) += hv_balloon.o
obj-$(CONFIG_DXGKRNL) += dxgkrnl/

CFLAGS_hv_trace.o = -I$(src)
CFLAGS_hv_balloon.o = -I$(src)
Expand Down

0 comments on commit ae072af

Please sign in to comment.