diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2013-07-17 06:30:23 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2013-07-17 06:30:23 +0000 |
| commit | cc759c1995237364b02829feb9e5fdd1e6ed2c5b (patch) | |
| tree | 5b7b0a05acafc6450fb27259d1c1d5008e1f88f4 /sys/modules/hyperv | |
| parent | ceae90c295a309e0196ef7e7e0456f27a0eefb85 (diff) | |
Notes
Diffstat (limited to 'sys/modules/hyperv')
| -rw-r--r-- | sys/modules/hyperv/netvsc/Makefile | 5 | ||||
| -rw-r--r-- | sys/modules/hyperv/stordisengage/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/hyperv/storvsc/Makefile | 9 | ||||
| -rw-r--r-- | sys/modules/hyperv/utilities/Makefile | 7 | ||||
| -rw-r--r-- | sys/modules/hyperv/vmbus/Makefile | 11 |
5 files changed, 16 insertions, 20 deletions
diff --git a/sys/modules/hyperv/netvsc/Makefile b/sys/modules/hyperv/netvsc/Makefile index 900c1a0b1be7..cf8982672754 100644 --- a/sys/modules/hyperv/netvsc/Makefile +++ b/sys/modules/hyperv/netvsc/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/netvsc +.PATH: ${.CURDIR}/../../../dev/hyperv/netvsc KMOD = hv_netvsc @@ -9,7 +9,6 @@ SRCS = hv_net_vsc.c \ hv_rndis_filter.c CFLAGS += -I${.CURDIR}/../../../contrib/dev/hyperv/include \ - -I${.CURDIR}/../../../contrib/dev/hyperv/netvsc \ - -I${.CURDIR}/../../../contrib + -I${.CURDIR}/../../../contrib/dev/hyperv/netvsc .include <bsd.kmod.mk> diff --git a/sys/modules/hyperv/stordisengage/Makefile b/sys/modules/hyperv/stordisengage/Makefile index 0f3a6801108d..41e359e09520 100644 --- a/sys/modules/hyperv/stordisengage/Makefile +++ b/sys/modules/hyperv/stordisengage/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/stordisengage +.PATH: ${.CURDIR}/../../../dev/hyperv/stordisengage KMOD= hv_ata_pci_disengage -SRCS = hv_ata_pci_disengage.c +SRCS= hv_ata_pci_disengage.c .include <bsd.kmod.mk> diff --git a/sys/modules/hyperv/storvsc/Makefile b/sys/modules/hyperv/storvsc/Makefile index da98a6ec0d39..5d19884a3469 100644 --- a/sys/modules/hyperv/storvsc/Makefile +++ b/sys/modules/hyperv/storvsc/Makefile @@ -1,15 +1,14 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/storvsc +.PATH: ${.CURDIR}/../../../dev/hyperv/storvsc KMOD= hv_storvsc SRCS = hv_storvsc_drv_freebsd.c \ hv_vstorage.h -CFLAGS+= -I${.CURDIR}/../../../contrib/dev/hyperv/include \ - -I${.CURDIR}/../../../contrib/dev/hyperv/vmbus \ - -I${.CURDIR}/../../../contrib/dev/hyperv/storvsc \ - -I${.CURDIR}/../../../contrib +CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \ + -I${.CURDIR}/../../../dev/hyperv/vmbus \ + -I${.CURDIR}/../../../dev/hyperv/storvsc .include <bsd.kmod.mk> diff --git a/sys/modules/hyperv/utilities/Makefile b/sys/modules/hyperv/utilities/Makefile index 388182cedd5b..e2351a348c71 100644 --- a/sys/modules/hyperv/utilities/Makefile +++ b/sys/modules/hyperv/utilities/Makefile @@ -1,13 +1,12 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/utilities +.PATH: ${.CURDIR}/../../../dev/hyperv/utilities KMOD= hv_utils SRCS = hv_util.c -CFLAGS+= -I${.CURDIR}/../../../contrib/dev/hyperv/include \ - -I${.CURDIR}/../../../contrib/dev/hyperv/vmbus \ - -I${.CURDIR}/../../../contrib +CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \ + -I${.CURDIR}/../../../dev/hyperv/vmbus .include <bsd.kmod.mk> diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile index ab5a6eafb104..df8464e02174 100644 --- a/sys/modules/hyperv/vmbus/Makefile +++ b/sys/modules/hyperv/vmbus/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/vmbus \ - ${.CURDIR}/../../../contrib/dev/hyperv/utilities +.PATH: ${.CURDIR}/../../../dev/hyperv/vmbus \ + ${.CURDIR}/../../../dev/hyperv/utilities KMOD= hv_vmbus @@ -13,9 +13,8 @@ SRCS = hv_channel.c \ hv_vmbus_drv_freebsd.c \ hv_vmbus_priv.h -CFLAGS+= -I${.CURDIR}/../../../contrib/dev/hyperv/include \ - -I${.CURDIR}/../../../contrib/dev/hyperv/vmbus \ - -I${.CURDIR}/../../../contrib/dev/hyperv/utilities \ - -I${.CURDIR}/../../../contrib +CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \ + -I${.CURDIR}/../../../dev/hyperv/vmbus \ + -I${.CURDIR}/../../../dev/hyperv/utilities .include <bsd.kmod.mk> |
