From owner-svn-src-all@FreeBSD.ORG Tue Mar 17 19:07:44 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3919BDB; Tue, 17 Mar 2015 19:07:44 +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 23F2AACB; Tue, 17 Mar 2015 19:07:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2HJ7hws054278; Tue, 17 Mar 2015 19:07:43 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2HJ7hEv054277; Tue, 17 Mar 2015 19:07:43 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201503171907.t2HJ7hEv054277@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Tue, 17 Mar 2015 19:07:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280185 - head/sys/modules X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2015 19:07:44 -0000 Author: glebius Date: Tue Mar 17 19:07:43 2015 New Revision: 280185 URL: https://svnweb.freebsd.org/changeset/base/280185 Log: Fix build after r280182. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Tue Mar 17 18:59:47 2015 (r280184) +++ head/sys/modules/Makefile Tue Mar 17 19:07:43 2015 (r280185) @@ -175,7 +175,6 @@ SUBDIR= \ ${_iwn} \ ${_iwnfw} \ ${_ixgb} \ - ${_ixgbe} \ ${_ixl} \ ${_ixlv} \ jme \ @@ -583,7 +582,6 @@ _iwn= iwn _iwnfw= iwnfw .endif _ixgb= ixgb -_ixgbe= ixgbe .if ${MK_OFED} != "no" || defined(ALL_MODULES) _mlx4= mlx4 _mlx4ib= mlx4ib