Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 06:49:39 +0000 (UTC)
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306484 - head/sys/modules/hyperv/vmbus
Message-ID:  <201609300649.u8U6ndTR005519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sephe
Date: Fri Sep 30 06:49:39 2016
New Revision: 306484
URL: https://svnweb.freebsd.org/changeset/base/306484

Log:
  hyperv/vmbus: Add missing vmbus_if.c to module build.
  
  MFC after:	1 week
  Sponsored by:	Microsoft
  Differential Revision:	https://reviews.freebsd.org/D8067

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

Modified: head/sys/modules/hyperv/vmbus/Makefile
==============================================================================
--- head/sys/modules/hyperv/vmbus/Makefile	Fri Sep 30 06:30:16 2016	(r306483)
+++ head/sys/modules/hyperv/vmbus/Makefile	Fri Sep 30 06:49:39 2016	(r306484)
@@ -11,6 +11,7 @@ SRCS=	hyperv.c \
 	vmbus_br.c \
 	vmbus_chan.c \
 	vmbus_et.c \
+	vmbus_if.c \
 	vmbus_xact.c
 SRCS+=	acpi_if.h bus_if.h device_if.h opt_acpi.h vmbus_if.h
 



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