Makefile (71cc76e8d78eba4f6ff158c1d163af573a52580e) | Makefile (55c13f6e7a412cc4bd0ea3fc183cd7c5c2348f01) |
---|---|
1# 2# 3 4.include <src.opts.mk> 5 6PROG= bhyve 7PACKAGE= bhyve 8 --- 17 unchanged lines hidden (view full) --- 26 config.c \ 27 console.c \ 28 crc16.c \ 29 ctl_scsi_all.c \ 30 ctl_util.c \ 31 gdb.c \ 32 hda_codec.c \ 33 inout.c \ | 1# 2# 3 4.include <src.opts.mk> 5 6PROG= bhyve 7PACKAGE= bhyve 8 --- 17 unchanged lines hidden (view full) --- 26 config.c \ 27 console.c \ 28 crc16.c \ 29 ctl_scsi_all.c \ 30 ctl_util.c \ 31 gdb.c \ 32 hda_codec.c \ 33 inout.c \ |
34 ioapic.c \ | |
35 iov.c \ 36 mem.c \ 37 mevent.c \ 38 net_backends.c \ 39 net_utils.c \ 40 pci_emul.c \ 41 pci_fbuf.c \ 42 pci_hostbridge.c \ | 34 iov.c \ 35 mem.c \ 36 mevent.c \ 37 net_backends.c \ 38 net_utils.c \ 39 pci_emul.c \ 40 pci_fbuf.c \ 41 pci_hostbridge.c \ |
43 pci_irq.c \ 44 pci_lpc.c \ | |
45 pci_nvme.c \ 46 pci_passthru.c \ 47 pci_virtio_9p.c \ 48 pci_virtio_block.c \ 49 pci_virtio_console.c \ 50 pci_virtio_input.c \ 51 pci_virtio_net.c \ 52 pci_virtio_rnd.c \ --- 70 unchanged lines hidden --- | 42 pci_nvme.c \ 43 pci_passthru.c \ 44 pci_virtio_9p.c \ 45 pci_virtio_block.c \ 46 pci_virtio_console.c \ 47 pci_virtio_input.c \ 48 pci_virtio_net.c \ 49 pci_virtio_rnd.c \ --- 70 unchanged lines hidden --- |