summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-09-26 03:03:58 +0000
committergjb <gjb@FreeBSD.org>2014-09-26 03:03:58 +0000
commit91dd3107b120da0b78ee5edda663e91a6f9e5a79 (patch)
tree42087c96251fd97a010878503dc6d8dea801c8a5 /share/mk/bsd.own.mk
parentd7f74356449e59ba511e94714ccff7ee2f7219ff (diff)
downloadFreeBSD-src-91dd3107b120da0b78ee5edda663e91a6f9e5a79.zip
FreeBSD-src-91dd3107b120da0b78ee5edda663e91a6f9e5a79.tar.gz
Properly revert r272128.
Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index f043cab..444a909 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -438,12 +438,6 @@ __DEFAULT_YES_OPTIONS+=FDT
.else
__DEFAULT_NO_OPTIONS+=FDT
.endif
-# HyperV is only available for x86 and amd64.
-.if ${__T} == "amd64" || ${__T} == "i386"
-__DEFAULT_YES_OPTIONS+=HYPERV
-.else
-__DEFAULT_NO_OPTIONS+=HYPERV
-.endif
.undef __T
#
OpenPOWER on IntegriCloud