Disable hyperv on pc98.

This commit is contained in:
Yoshihiro Takahashi 2014-10-18 08:07:17 +00:00
parent b406729896
commit 5c0a54a380
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273249

View file

@ -9,9 +9,6 @@ SUBDIR+= asf
SUBDIR+= btxld
.endif
SUBDIR+= cpucontrol
.if ${MK_HYPERV} != "no"
SUBDIR+= hyperv
.endif
SUBDIR+= kgmon
SUBDIR+= kgzip
SUBDIR+= lptcontrol
@ -31,6 +28,9 @@ SUBDIR+= zzz
SUBDIR+= acpi
.endif
SUBDIR+= boot0cfg
.if ${MK_HYPERV} != "no"
SUBDIR+= hyperv
.endif
.if ${MK_WIRELESS} != "no"
SUBDIR+= wlconfig
.endif