diff options
author | grehan <grehan@FreeBSD.org> | 2013-10-04 18:44:47 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2013-10-04 18:44:47 +0000 |
commit | 56fd4865810492ccebaee859e1347903cae1d601 (patch) | |
tree | ad7762910426ae227390ec94e01ebaec6fdeb328 /usr.sbin/bhyve | |
parent | 00cc733e892bfec5ac7c9184f8d9dc576f4615c0 (diff) | |
download | FreeBSD-src-56fd4865810492ccebaee859e1347903cae1d601.zip FreeBSD-src-56fd4865810492ccebaee859e1347903cae1d601.tar.gz |
Hook up the AHCI and blockif code to the build.
Approved by: re@ (blanket)
Diffstat (limited to 'usr.sbin/bhyve')
-rw-r--r-- | usr.sbin/bhyve/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile index 17355c3..ff9425f 100644 --- a/usr.sbin/bhyve/Makefile +++ b/usr.sbin/bhyve/Makefile @@ -6,8 +6,8 @@ PROG= bhyve DEBUG_FLAGS= -g -O0 -SRCS= acpi.c atpic.c bhyverun.c consport.c dbgport.c elcr.c inout.c -SRCS+= ioapic.c mem.c mevent.c mptbl.c +SRCS= acpi.c atpic.c bhyverun.c block_if.c consport.c dbgport.c elcr.c +SRCS+= inout.c ioapic.c mem.c mevent.c mptbl.c pci_ahci.c SRCS+= pci_emul.c pci_hostbridge.c pci_passthru.c pci_virtio_block.c SRCS+= pci_virtio_net.c pci_uart.c pit_8254.c pmtmr.c post.c rtc.c SRCS+= virtio.c xmsr.c spinup_ap.c |