svn commit: r260239 - head/usr.sbin/bhyve
Peter Grehan
grehan at FreeBSD.org
Fri Jan 3 19:31:41 UTC 2014
Author: grehan
Date: Fri Jan 3 19:31:40 2014
New Revision: 260239
URL: http://svnweb.freebsd.org/changeset/base/260239
Log:
Cosmetic change - switch over to vertical SRCS to make it
easier to keep files in alpha order.
Reviewed by: neel
Modified:
head/usr.sbin/bhyve/Makefile
Modified: head/usr.sbin/bhyve/Makefile
==============================================================================
--- head/usr.sbin/bhyve/Makefile Fri Jan 3 19:29:33 2014 (r260238)
+++ head/usr.sbin/bhyve/Makefile Fri Jan 3 19:31:40 2014 (r260239)
@@ -7,11 +7,37 @@ PROG= bhyve
DEBUG_FLAGS= -g -O0
MAN= bhyve.8
-SRCS= acpi.c atpic.c bhyverun.c block_if.c consport.c dbgport.c elcr.c
-SRCS+= inout.c legacy_irq.c mem.c mevent.c mptbl.c pci_ahci.c
-SRCS+= pci_emul.c pci_hostbridge.c pci_lpc.c pci_passthru.c pci_virtio_block.c
-SRCS+= pci_virtio_net.c pci_uart.c pit_8254.c pm.c pmtmr.c post.c rtc.c
-SRCS+= uart_emul.c virtio.c xmsr.c spinup_ap.c
+
+SRCS= \
+ acpi.c \
+ atpic.c \
+ bhyverun.c \
+ block_if.c \
+ consport.c \
+ dbgport.c \
+ elcr.c \
+ inout.c \
+ legacy_irq.c \
+ mem.c \
+ mevent.c \
+ mptbl.c \
+ pci_ahci.c \
+ pci_emul.c \
+ pci_hostbridge.c \
+ pci_lpc.c \
+ pci_passthru.c \
+ pci_virtio_block.c \
+ pci_virtio_net.c \
+ pci_uart.c \
+ pit_8254.c \
+ pm.c \
+ pmtmr.c \
+ post.c \
+ rtc.c \
+ uart_emul.c \
+ virtio.c \
+ xmsr.c \
+ spinup_ap.c
.PATH: ${.CURDIR}/../../sys/amd64/vmm
SRCS+= vmm_instruction_emul.c
More information about the svn-src-all
mailing list