From owner-svn-src-head@FreeBSD.ORG Fri Oct 4 11:55:21 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 57BBAFAF; Fri, 4 Oct 2013 11:55:21 +0000 (UTC) (envelope-from uqs@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4446B28BE; Fri, 4 Oct 2013 11:55:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r94BtLUE007621; Fri, 4 Oct 2013 11:55:21 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r94BtLbS007620; Fri, 4 Oct 2013 11:55:21 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201310041155.r94BtLbS007620@svn.freebsd.org> From: Ulrich Spoerlein Date: Fri, 4 Oct 2013 11:55:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r256048 - head/sys/modules/ibcore 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.14 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: Fri, 04 Oct 2013 11:55:21 -0000 Author: uqs Date: Fri Oct 4 11:55:20 2013 New Revision: 256048 URL: http://svnweb.freebsd.org/changeset/base/256048 Log: Fix make depend. Approved by: re (glebius) Modified: head/sys/modules/ibcore/Makefile Modified: head/sys/modules/ibcore/Makefile ============================================================================== --- head/sys/modules/ibcore/Makefile Fri Oct 4 11:16:48 2013 (r256047) +++ head/sys/modules/ibcore/Makefile Fri Oct 4 11:55:20 2013 (r256048) @@ -11,7 +11,7 @@ SRCS+= agent.h core_priv.h mad.c notice. SRCS+= cache.c device.c mad_priv.h packer.c sysfs.c user_mad.c verbs.c SRCS+= cm.c fmr_pool.c mad_rmpp.c sa.h ucm.c uverbs.h cma.c SRCS+= linux_compat.c linux_radix.c linux_idr.c -SRCS+= vnode_if.h device_if.h bus_if.h pci_if.h opt_inet.h +SRCS+= vnode_if.h device_if.h bus_if.h pci_if.h opt_inet.h opt_inet6.h CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/core CFLAGS+= -I${.CURDIR}/../mlx4ib