aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2023-06-15 16:21:54 +0000
committerMark Johnston <markj@FreeBSD.org>2023-06-15 16:39:27 +0000
commit19aebfbf80b375ecaa807b36b06d55b34b953f3e (patch)
tree09174d62975461ef042ad92abd87cfced0f70206
parent50e1cc94a138f8886588eabe0b849b487d9925a3 (diff)
downloadsrc-19aebfbf80b375ecaa807b36b06d55b34b953f3e.tar.gz
src-19aebfbf80b375ecaa807b36b06d55b34b953f3e.zip
bhyve: Sort SRCS
No functional change intended. Reviewed by: corvink, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D40553
-rw-r--r--usr.sbin/bhyve/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index ae1e82e7b828..f01f16d56e6c 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -15,9 +15,9 @@ MAN= bhyve.8 bhyve_config.5
BHYVE_SYSDIR?=${SRCTOP}
SRCS= \
+ acpi.c \
acpi_device.c \
atkbdc.c \
- acpi.c \
audio.c \
basl.c \
bhyvegc.c \
@@ -27,14 +27,15 @@ SRCS= \
config.c \
console.c \
crc16.c \
- ctl_util.c \
ctl_scsi_all.c \
+ ctl_util.c \
e820.c \
fwctl.c \
gdb.c \
hda_codec.c \
inout.c \
ioapic.c \
+ iov.c \
kernemu_dev.c \
mem.c \
mevent.c \
@@ -44,13 +45,14 @@ SRCS= \
pci_ahci.c \
pci_e82545.c \
pci_emul.c \
- pci_hda.c \
pci_fbuf.c \
+ pci_hda.c \
pci_hostbridge.c \
pci_irq.c \
pci_lpc.c \
pci_nvme.c \
pci_passthru.c \
+ pci_uart.c \
pci_virtio_9p.c \
pci_virtio_block.c \
pci_virtio_console.c \
@@ -58,7 +60,6 @@ SRCS= \
pci_virtio_net.c \
pci_virtio_rnd.c \
pci_virtio_scsi.c \
- pci_uart.c \
pci_xhci.c \
pctestdev.c \
pm.c \
@@ -71,17 +72,16 @@ SRCS= \
rtc.c \
smbiostbl.c \
sockstream.c \
+ spinup_ap.c \
task_switch.c \
tpm_device.c \
uart_emul.c \
usb_emul.c \
usb_mouse.c \
- virtio.c \
vga.c \
+ virtio.c \
vmgenc.c \
- xmsr.c \
- spinup_ap.c \
- iov.c
+ xmsr.c
.if ${MK_BHYVE_SNAPSHOT} != "no"
SRCS+= snapshot.c