mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
c1b37d909e
For now this implementation doesn't provide any machine dependent functionality on arm64, but it's enough to be able to reset and destroy VMs. Reviewed by: jhb Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D44932
8 lines
108 B
Makefile
8 lines
108 B
Makefile
.if ${MK_ACPI} != "no"
|
|
SUBDIR+= acpi
|
|
.endif
|
|
.if ${MK_BHYVE} != "no"
|
|
SUBDIR+= bhyve
|
|
SUBDIR+= bhyvectl
|
|
.endif
|