git: 19aebfbf80b3 - main - bhyve: Sort SRCS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Jun 2023 16:39:45 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=19aebfbf80b375ecaa807b36b06d55b34b953f3e
commit 19aebfbf80b375ecaa807b36b06d55b34b953f3e
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-06-15 16:21:54 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-06-15 16:39:27 +0000
bhyve: Sort SRCS
No functional change intended.
Reviewed by: corvink, jhb
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D40553
---
usr.sbin/bhyve/Makefile | 16 ++++++++--------
1 file 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