]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/staging-hv-add-the-hyper-v-virtual-bus-to-the-build.patch
Fix oinkmaster patch.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / staging-hv-add-the-hyper-v-virtual-bus-to-the-build.patch
1 From foo@baz Mon Jul 13 17:07:49 PDT 2009
2 Date: Mon, 13 Jul 2009 17:07:49 -0700
3 From: Greg Kroah-Hartman <gregkh@suse.de>
4 Date: Mon, 13 Jul 2009 16:04:02 -0700
5 Subject: Staging: hv: add the Hyper-V virtual bus to the build
6
7 From: Greg Kroah-Hartman <gregkh@suse.de>
8
9 Add the Hyper-V virtual bus to the kernel build system.
10
11 Cc: Hank Janssen <hjanssen@microsoft.com>
12 Cc: Haiyang Zhang <haiyangz@microsoft.com>
13 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
14
15 ---
16 drivers/staging/Kconfig | 2 ++
17 drivers/staging/Makefile | 1 +
18 drivers/staging/hv/Kconfig | 8 ++++++++
19 drivers/staging/hv/Makefile | 3 +++
20 4 files changed, 14 insertions(+)
21
22 --- a/drivers/staging/Kconfig
23 +++ b/drivers/staging/Kconfig
24 @@ -57,4 +57,6 @@ source "drivers/staging/benet/Kconfig"
25
26 source "drivers/staging/rtl8187se/Kconfig"
27
28 +source "drivers/staging/hv/Kconfig"
29 +
30 endif # STAGING
31 --- a/drivers/staging/Makefile
32 +++ b/drivers/staging/Makefile
33 @@ -20,3 +20,4 @@ obj-$(CONFIG_RT2870) += rt2870/
34 obj-$(CONFIG_RT3070) += rt3070/
35 obj-$(CONFIG_BENET) += benet/
36 obj-$(CONFIG_RTL8187SE) += rtl8187se/
37 +obj-$(CONFIG_HYPERV) += hv/
38 --- /dev/null
39 +++ b/drivers/staging/hv/Kconfig
40 @@ -0,0 +1,8 @@
41 +config HYPERV
42 + tristate "Microsoft Hyper-V client drivers"
43 + depends on X86 && !XEN
44 + default n
45 + help
46 + Select this option to run Linux as a Hyper-V client operating
47 + system.
48 +
49 --- /dev/null
50 +++ b/drivers/staging/hv/Makefile
51 @@ -0,0 +1,3 @@
52 +obj-$(CONFIG_HYPERV) += hv_vmbus.o
53 +
54 +hv_vmbus-objs := vmbus_drv.o osd.o Sources.o