[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200814123856.3880009-3-sashal@kernel.org>
Date: Fri, 14 Aug 2020 08:38:54 -0400
From: Sasha Levin <sashal@...nel.org>
To: kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
wei.liu@...nel.org
Cc: gregkh@...uxfoundation.org, iourit@...rosoft.com,
linux-kernel@...r.kernel.org, linux-hyperv@...r.kernel.org,
Sasha Levin <sashal@...nel.org>
Subject: [PATCH 2/4] drivers: hv: dxgkrnl: hook up dxgkrnl
Connect the dxgkrnl module to the drivers/hv/ makefile and Kconfig.
Signed-off-by: Sasha Levin <sashal@...nel.org>
---
drivers/hv/Kconfig | 2 ++
drivers/hv/Makefile | 1 +
2 files changed, 3 insertions(+)
diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
index 79e5356a737a..07d4e7c36e3a 100644
--- a/drivers/hv/Kconfig
+++ b/drivers/hv/Kconfig
@@ -26,4 +26,6 @@ config HYPERV_BALLOON
help
Select this option to enable Hyper-V Balloon driver.
+source "drivers/hv/dxgkrnl/Kconfig"
+
endmenu
diff --git a/drivers/hv/Makefile b/drivers/hv/Makefile
index 94daf8240c95..2474b70c161d 100644
--- a/drivers/hv/Makefile
+++ b/drivers/hv/Makefile
@@ -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)
--
2.25.1
Powered by blists - more mailing lists