Thanks, I was about to commit the same fix.  I think i386 hyperv
should be dropped, since it is not supported.

On Thu, Jan 14, 2016 at 1:02 PM, Garrett Cooper <n...@freebsd.org> wrote:
> 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 \
> _______________________________________________
> svn-src-...@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"



-- 
Tomorrow Will Never Die
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to