summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-04-05 22:19:02 +0000
committergrehan <grehan@FreeBSD.org>2013-04-05 22:19:02 +0000
commitf220c315bb8f35ab12593d4f51075c59c67ebb7f (patch)
tree3a803b8e9f2d3113083d37d6e2d5e67f27709bd7 /usr.sbin/bhyve/Makefile
parent25f8e746abc51318d1a8cc30018144d363e13031 (diff)
downloadFreeBSD-src-f220c315bb8f35ab12593d4f51075c59c67ebb7f.zip
FreeBSD-src-f220c315bb8f35ab12593d4f51075c59c67ebb7f.tar.gz
Remove dangling ISA uart stubs.
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 ef39079..e6aa8b2 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -9,7 +9,7 @@ DEBUG_FLAGS= -g -O0
SRCS= acpi.c atpic.c bhyverun.c consport.c dbgport.c elcr.c inout.c
SRCS+= 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 pmtmr.c post.c rtc.c uart.c
+SRCS+= pci_virtio_net.c pci_uart.c pit_8254.c pmtmr.c post.c rtc.c
SRCS+= xmsr.c spinup_ap.c
.PATH: ${.CURDIR}/../../sys/amd64/vmm
OpenPOWER on IntegriCloud