diff options
author | Peter Grehan <grehan@FreeBSD.org> | 2012-10-26 13:40:12 +0000 |
---|---|---|
committer | Peter Grehan <grehan@FreeBSD.org> | 2012-10-26 13:40:12 +0000 |
commit | fbfc1c763c4ea184722b7ff3314e81c3f6bd0df2 (patch) | |
tree | 30ac51b1ff13c133148c0f32361982bc2c0ec0a2 /lib/libvmmapi/Makefile | |
parent | bd8572e0bea40093c0be13d9544328644cbc7376 (diff) | |
download | src-fbfc1c763c4ea184722b7ff3314e81c3f6bd0df2.tar.gz src-fbfc1c763c4ea184722b7ff3314e81c3f6bd0df2.zip |
Remove mptable generation code from libvmmapi and move it to bhyve.
Firmware tables require too much knowledge of system configuration,
and it's difficult to pass that information in general terms to a library.
The upcoming ACPI work exposed this - it will also livein bhyve.
Also, remove code specific to NetApp from the mptable name, and remove
the -n option from bhyve.
Reviewed by: neel
Obtained from: NetApp
Notes
Notes:
svn path=/projects/bhyve/; revision=242131
Diffstat (limited to 'lib/libvmmapi/Makefile')
-rw-r--r-- | lib/libvmmapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvmmapi/Makefile b/lib/libvmmapi/Makefile index 82dde083d0b7..93d3c85d1566 100644 --- a/lib/libvmmapi/Makefile +++ b/lib/libvmmapi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= vmmapi -SRCS= vmmapi.c vmmapi_freebsd.c mptable.c +SRCS= vmmapi.c vmmapi_freebsd.c INCS= vmmapi.h WARNS?= 2 |