Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2018 17:14:26 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        Warner Losh <imp@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r330885 - head/sys/modules/cam
Message-ID:  <b31cda42-01c0-0aae-b8a0-5a852346034b@selasky.org>
In-Reply-To: <201803132336.w2DNaFme025632@repo.freebsd.org>
References:  <201803132336.w2DNaFme025632@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/14/18 00:36, Warner Losh wrote:
> Author: imp
> Date: Tue Mar 13 23:36:15 2018
> New Revision: 330885
> URL: https://svnweb.freebsd.org/changeset/base/330885
> 
> Log:
>    We need opt_compat.h after r330819 and 330820.
>    
>    Add opt_compat.h to fix the stand-alone build case.
>    
>    Sponsored by: Netflix.
> 
> Modified:
>    head/sys/modules/cam/Makefile
> 
> Modified: head/sys/modules/cam/Makefile
> ==============================================================================
> --- head/sys/modules/cam/Makefile	Tue Mar 13 23:05:51 2018	(r330884)
> +++ head/sys/modules/cam/Makefile	Tue Mar 13 23:36:15 2018	(r330885)
> @@ -8,6 +8,7 @@ KMOD=	cam
>   
>   # See sys/conf/options for the flags that go into the different opt_*.h files.
>   SRCS=	opt_cam.h
> +SRCS=	opt_compat.h
>   SRCS+=	opt_ada.h
>   SRCS+=	opt_scsi.h
>   SRCS+=	opt_cd.h
> 
> 

Hi,

Should this be SRCS+= ?

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b31cda42-01c0-0aae-b8a0-5a852346034b>