From owner-svn-src-head@FreeBSD.ORG Sun Jan 18 10:53:49 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CDC495C; Sun, 18 Jan 2015 10:53:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87A5FADA; Sun, 18 Jan 2015 10:53:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0IArnrW059397; Sun, 18 Jan 2015 10:53:49 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0IArnjd059396; Sun, 18 Jan 2015 10:53:49 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201501181053.t0IArnjd059396@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Sun, 18 Jan 2015 10:53:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277316 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 10:53:49 -0000 Author: hselasky Date: Sun Jan 18 10:53:48 2015 New Revision: 277316 URL: https://svnweb.freebsd.org/changeset/base/277316 Log: Extend fixes made in r277308 to fix build of LINT kernels for i386 and amd64. Until further we need some custom C-flags when building the Linux compat API. MFC after: 1 month Sponsored by: Mellanox Technologies Reported by: bz@ Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Sun Jan 18 09:49:32 2015 (r277315) +++ head/sys/conf/files Sun Jan 18 10:53:48 2015 (r277316) @@ -3572,11 +3572,16 @@ nlm/nlm_prot_xdr.c optional nfslockd | nlm/sm_inter_xdr.c optional nfslockd | nfsd # Linux Kernel Compatibility API -ofed/include/linux/linux_kmod.c optional ofed | compat_linuxapi -ofed/include/linux/linux_compat.c optional ofed | compat_linuxapi -ofed/include/linux/linux_pci.c optional ofed | compat_linuxapi -ofed/include/linux/linux_idr.c optional ofed | compat_linuxapi -ofed/include/linux/linux_radix.c optional ofed | compat_linuxapi +ofed/include/linux/linux_kmod.c optional ofed | compat_linuxapi \ + no-depend compile-with "${OFED_C}" +ofed/include/linux/linux_compat.c optional ofed | compat_linuxapi \ + no-depend compile-with "${OFED_C}" +ofed/include/linux/linux_pci.c optional ofed | compat_linuxapi \ + no-depend compile-with "${OFED_C}" +ofed/include/linux/linux_idr.c optional ofed | compat_linuxapi \ + no-depend compile-with "${OFED_C}" +ofed/include/linux/linux_radix.c optional ofed | compat_linuxapi \ + no-depend compile-with "${OFED_C}" # OpenFabrics Enterprise Distribution (Infiniband) ofed/drivers/infiniband/core/addr.c optional ofed \ no-depend \