Cosmetic change - switch over to vertical SRCS to make it

easier to keep files in alpha order.

Reviewed by:	neel
This commit is contained in:
Peter Grehan 2014-01-03 19:31:40 +00:00
parent 5f8e2dfcb5
commit b1843e712e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260239

View File

@ -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