head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2013.07.18.00.42.20;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2013.04.06.01.03.53;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2013.02.06.00.42.53;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2013.01.21.00.26.15;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2013.01.20.00.41.02;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/253440
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@#
# $FreeBSD: head/usr.sbin/bhyve/Makefile 253440 2013-07-17 23:37:33Z grehan $
#

PROG=	bhyve

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
SRCS+=	virtio.c xmsr.c spinup_ap.c

.PATH:	${.CURDIR}/../../sys/amd64/vmm
SRCS+=	vmm_instruction_emul.c

NO_MAN=

DPADD=	${LIBVMMAPI} ${LIBMD} ${LIBPTHREAD}
LDADD=	-lvmmapi -lmd -lpthread

WARNS?=	2

.include <bsd.prog.mk>
@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249175
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/usr.sbin/bhyve/Makefile 249175 2013-04-05 22:19:02Z grehan $
d13 1
a13 1
SRCS+=	xmsr.c spinup_ap.c
@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/246367
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/usr.sbin/bhyve/Makefile 246367 2013-02-05 18:55:09Z jhb $
d12 1
a12 1
SRCS+=	pci_virtio_net.c pci_uart.c pit_8254.c pmtmr.c post.c rtc.c uart.c
@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/245678
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/usr.sbin/bhyve/Makefile 245678 2013-01-20 03:42:49Z neel $
a24 2
CFLAGS+= -I${.CURDIR}/../../sys

@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/245652
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD$
@

