Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2016 05:02:33 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r293877 - head/sys/modules/hyperv/vmbus
Message-ID:  <201601140502.u0E52XJS048968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601140502.u0E52XJS048968>