Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2016 13:19:35 +0800
From:      Sepherosa Ziehau <sepherosa@gmail.com>
To:        Garrett Cooper <ngie@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r293877 - head/sys/modules/hyperv/vmbus
Message-ID:  <CAMOc5czdmf05bxfZfKXgEnfxmG71xsNzMx8zsFcOKxkAOy=hbA@mail.gmail.com>
In-Reply-To: <201601140502.u0E52XJS048968@repo.freebsd.org>
References:  <201601140502.u0E52XJS048968@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <ngie@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-all@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"



-- 
Tomorrow Will Never Die



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