Deleted Added
full compact
Makefile (263035) Makefile (263744)
1#
1#
2# $FreeBSD: head/usr.sbin/bhyve/Makefile 263035 2014-03-11 16:56:00Z tychon $
2# $FreeBSD: head/usr.sbin/bhyve/Makefile 263744 2014-03-25 19:20:34Z tychon $
3#
4
5PROG= bhyve
6
7DEBUG_FLAGS= -g -O0
8
9MAN= bhyve.8
10

--- 11 unchanged lines hidden (view full) ---

22 pci_ahci.c \
23 pci_emul.c \
24 pci_hostbridge.c \
25 pci_lpc.c \
26 pci_passthru.c \
27 pci_virtio_block.c \
28 pci_virtio_net.c \
29 pci_uart.c \
3#
4
5PROG= bhyve
6
7DEBUG_FLAGS= -g -O0
8
9MAN= bhyve.8
10

--- 11 unchanged lines hidden (view full) ---

22 pci_ahci.c \
23 pci_emul.c \
24 pci_hostbridge.c \
25 pci_lpc.c \
26 pci_passthru.c \
27 pci_virtio_block.c \
28 pci_virtio_net.c \
29 pci_uart.c \
30 pit_8254.c \
31 pm.c \
32 pmtmr.c \
33 post.c \
34 rtc.c \
35 smbiostbl.c \
36 uart_emul.c \
37 virtio.c \
38 xmsr.c \
39 spinup_ap.c
40
41.PATH: ${.CURDIR}/../../sys/amd64/vmm
42SRCS+= vmm_instruction_emul.c
43
44DPADD= ${LIBVMMAPI} ${LIBMD} ${LIBUTIL} ${LIBPTHREAD}
45LDADD= -lvmmapi -lmd -lutil -lpthread
46
47WARNS?= 2
48
49.include <bsd.prog.mk>
30 pm.c \
31 pmtmr.c \
32 post.c \
33 rtc.c \
34 smbiostbl.c \
35 uart_emul.c \
36 virtio.c \
37 xmsr.c \
38 spinup_ap.c
39
40.PATH: ${.CURDIR}/../../sys/amd64/vmm
41SRCS+= vmm_instruction_emul.c
42
43DPADD= ${LIBVMMAPI} ${LIBMD} ${LIBUTIL} ${LIBPTHREAD}
44LDADD= -lvmmapi -lmd -lutil -lpthread
45
46WARNS?= 2
47
48.include <bsd.prog.mk>