This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f05dbca7c7
freebsd-dev
/
usr.sbin
/
hyperv
/
Makefile.inc
5 lines
72 B
PHP
Raw
Normal View
History
Unescape
Escape
Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft, many thanks for their continued support of FreeBSD. While I'm there, also implement a new build knob, WITHOUT_HYPERV to disable building and installing of the HyperV utilities when necessary. The HyperV utilities are only built for i386 and amd64 targets. This is a stable/10 candidate for inclusion with 10.1-RELEASE. Submitted by: Wei Hu <weh microsoft com> MFC after: 1 week
2014-09-13 02:15:31 +00:00
# $FreeBSD$
Turn off gcc's uninitialized warnings for this code. They can be fixed, but really do appear to be false alarms.
2015-08-21 14:15:54 +00:00
CFLAGS
.
gcc
+=
-
Wno
-
uninitialized
Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft, many thanks for their continued support of FreeBSD. While I'm there, also implement a new build knob, WITHOUT_HYPERV to disable building and installing of the HyperV utilities when necessary. The HyperV utilities are only built for i386 and amd64 targets. This is a stable/10 candidate for inclusion with 10.1-RELEASE. Submitted by: Wei Hu <weh microsoft com> MFC after: 1 week
2014-09-13 02:15:31 +00:00
.
include
"
../Makefile.inc
"
Reference in New Issue
Copy Permalink