summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2012-10-26 13:40:12 +0000
committergrehan <grehan@FreeBSD.org>2012-10-26 13:40:12 +0000
commit1372a368e0c75317b5fcf37426faaabc995735c9 (patch)
tree30ac51b1ff13c133148c0f32361982bc2c0ec0a2 /usr.sbin/bhyve/Makefile
parentcbd59fc940c5caaf0cde3410c8772176220fd1a1 (diff)
downloadFreeBSD-src-1372a368e0c75317b5fcf37426faaabc995735c9.zip
FreeBSD-src-1372a368e0c75317b5fcf37426faaabc995735c9.tar.gz
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
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index 72d60ae..3cae422 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -5,7 +5,7 @@
PROG= bhyve
SRCS= atpic.c consport.c dbgport.c elcr.c fbsdrun.c inout.c
-SRCS+= instruction_emul.c ioapic.c mem.c mevent.c
+SRCS+= instruction_emul.c ioapic.c mem.c mevent.c mptbl.c
SRCS+= pci_emul.c pci_hostbridge.c pci_passthru.c pci_virtio_block.c
SRCS+= pci_virtio_net.c pci_uart.c pit_8254.c post.c rtc.c uart.c xmsr.c
SRCS+= spinup_ap.c
OpenPOWER on IntegriCloud