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 \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to