Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/bhyve/Makefile
| Show All 9 Lines | |||||
| PROG= bhyve | PROG= bhyve | ||||
| PACKAGE= bhyve | PACKAGE= bhyve | ||||
| MAN= bhyve.8 bhyve_config.5 | MAN= bhyve.8 bhyve_config.5 | ||||
| BHYVE_SYSDIR?=${SRCTOP} | BHYVE_SYSDIR?=${SRCTOP} | ||||
| SRCS= \ | SRCS= \ | ||||
| acpi_device.c \ | |||||
| atkbdc.c \ | atkbdc.c \ | ||||
| acpi.c \ | acpi.c \ | ||||
| audio.c \ | audio.c \ | ||||
| bhyvegc.c \ | bhyvegc.c \ | ||||
| bhyverun.c \ | bhyverun.c \ | ||||
| block_if.c \ | block_if.c \ | ||||
| bootrom.c \ | bootrom.c \ | ||||
| config.c \ | config.c \ | ||||
| console.c \ | console.c \ | ||||
| ctl_util.c \ | ctl_util.c \ | ||||
| ctl_scsi_all.c \ | ctl_scsi_all.c \ | ||||
| e820.c \ | |||||
| fwctl.c \ | fwctl.c \ | ||||
| gdb.c \ | gdb.c \ | ||||
| hda_codec.c \ | hda_codec.c \ | ||||
| inout.c \ | inout.c \ | ||||
| ioapic.c \ | ioapic.c \ | ||||
| kernemu_dev.c \ | kernemu_dev.c \ | ||||
| mem.c \ | mem.c \ | ||||
| mevent.c \ | mevent.c \ | ||||
| mptbl.c \ | mptbl.c \ | ||||
| net_backends.c \ | net_backends.c \ | ||||
| net_utils.c \ | net_utils.c \ | ||||
| pci_ahci.c \ | pci_ahci.c \ | ||||
| pci_e82545.c \ | pci_e82545.c \ | ||||
| pci_emul.c \ | pci_emul.c \ | ||||
| pci_hda.c \ | pci_hda.c \ | ||||
| pci_fbuf.c \ | pci_fbuf.c \ | ||||
| pci_gvt-d.c \ | |||||
| pci_hostbridge.c \ | pci_hostbridge.c \ | ||||
| pci_irq.c \ | pci_irq.c \ | ||||
| pci_lpc.c \ | pci_lpc.c \ | ||||
| pci_nvme.c \ | pci_nvme.c \ | ||||
| pci_passthru.c \ | pci_passthru.c \ | ||||
| pci_virtio_9p.c \ | pci_virtio_9p.c \ | ||||
| pci_virtio_block.c \ | pci_virtio_block.c \ | ||||
| pci_virtio_console.c \ | pci_virtio_console.c \ | ||||
| pci_virtio_input.c \ | pci_virtio_input.c \ | ||||
| pci_virtio_net.c \ | pci_virtio_net.c \ | ||||
| pci_virtio_rnd.c \ | pci_virtio_rnd.c \ | ||||
| pci_virtio_scsi.c \ | pci_virtio_scsi.c \ | ||||
| pci_uart.c \ | pci_uart.c \ | ||||
| pci_xhci.c \ | pci_xhci.c \ | ||||
| pctestdev.c \ | pctestdev.c \ | ||||
| pm.c \ | pm.c \ | ||||
| post.c \ | post.c \ | ||||
| ps2kbd.c \ | ps2kbd.c \ | ||||
| ps2mouse.c \ | ps2mouse.c \ | ||||
| qemu_fwcfg.c \ | |||||
| rfb.c \ | rfb.c \ | ||||
| rtc.c \ | rtc.c \ | ||||
| smbiostbl.c \ | smbiostbl.c \ | ||||
| sockstream.c \ | sockstream.c \ | ||||
| task_switch.c \ | task_switch.c \ | ||||
| uart_emul.c \ | uart_emul.c \ | ||||
| usb_emul.c \ | usb_emul.c \ | ||||
| usb_mouse.c \ | usb_mouse.c \ | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||