svn commit: r293877 - head/sys/modules/hyperv/vmbus

Garrett Cooper ngie at FreeBSD.org
Thu Jan 14 05:02:34 UTC 2016


Author: ngie
Date: Thu Jan 14 05:02:33 2016
New Revision: 293877
URL: https://svnweb.freebsd.org/changeset/base/293877

Log:
  Unbreak `make depend` with sys/modules/hyperv/vmbus after r293870
  
  Pointyhat to: sephe

Modified:
  head/sys/modules/hyperv/vmbus/Makefile

Modified: head/sys/modules/hyperv/vmbus/Makefile
==============================================================================
--- head/sys/modules/hyperv/vmbus/Makefile	Thu Jan 14 04:25:29 2016	(r293876)
+++ head/sys/modules/hyperv/vmbus/Makefile	Thu Jan 14 05:02:33 2016	(r293877)
@@ -12,7 +12,7 @@ SRCS=	hv_channel.c \
 	hv_ring_buffer.c \
 	hv_vmbus_drv_freebsd.c \
 	hv_vmbus_priv.h
-SRCS+=	bus_if.h device_if.h
+SRCS+=	acpi_if.h bus_if.h device_if.h opt_acpi.h
 
 CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
 	 -I${.CURDIR}/../../../dev/hyperv/vmbus \


More information about the svn-src-head mailing list