aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2011-05-13 04:54:01 +0000
committerPeter Grehan <grehan@FreeBSD.org>2011-05-13 04:54:01 +0000
commit366f60834ff8ef709f132fe8976c96a5e2caace9 (patch)
tree4af898a91c7d67e7068687610ebc68f1cbdf3b2e /lib/Makefile
parent9adee7d03f2e4c91e6330410f88fb5addaf2a24a (diff)
downloadsrc-366f60834ff8ef709f132fe8976c96a5e2caace9.tar.gz
src-366f60834ff8ef709f132fe8976c96a5e2caace9.zip
Import of bhyve hypervisor and utilities, part 1.
vmm.ko - kernel module for VT-x, VT-d and hypervisor control bhyve - user-space sequencer and i/o emulation vmmctl - dump of hypervisor register state libvmm - front-end to vmm.ko chardev interface bhyve was designed and implemented by Neel Natu. Thanks to the following folk from NetApp who helped to make this available: Joe CaraDonna Peter Snyder Jeff Heller Sandeep Mann Steve Miller Brian Pawlowski
Notes
Notes: svn path=/projects/bhyve_ref/; revision=221828
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index e9f4ec36b823..8f33206f44a2 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -102,6 +102,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
${_libusbhid} \
${_libusb} \
${_libvgl} \
+ ${_libvmmapi} \
libwrap \
liby \
libz \
@@ -177,6 +178,7 @@ _libncp= libncp
.endif
_libsmb= libsmb
_libvgl= libvgl
+_libvmmapi= libvmmapi
.endif
.if ${MACHINE_ARCH} == "powerpc"