summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2014-01-03 19:31:40 +0000
committergrehan <grehan@FreeBSD.org>2014-01-03 19:31:40 +0000
commit5119fb0a802a1a455f6e68e301ccd4d5c256034e (patch)
tree5a9cc64175cfb94df499850328089eb66c49dba4 /usr.sbin/bhyve/Makefile
parent96b61bcd139c549279355936dab09127aabfdfdd (diff)
downloadFreeBSD-src-5119fb0a802a1a455f6e68e301ccd4d5c256034e.zip
FreeBSD-src-5119fb0a802a1a455f6e68e301ccd4d5c256034e.tar.gz
Cosmetic change - switch over to vertical SRCS to make it
easier to keep files in alpha order. Reviewed by: neel
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile36
1 files changed, 31 insertions, 5 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index c16a759..39f4bb3 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -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
OpenPOWER on IntegriCloud