From owner-svn-src-projects@FreeBSD.ORG Wed Mar 11 04:47:48 2015 Return-Path: Delivered-To: svn-src-projects@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 1261413C; Wed, 11 Mar 2015 04:47:48 +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 F2820BC0; Wed, 11 Mar 2015 04:47:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2B4llOe059986; Wed, 11 Mar 2015 04:47:47 GMT (envelope-from np@FreeBSD.org) Received: (from np@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2B4ll3F059984; Wed, 11 Mar 2015 04:47:47 GMT (envelope-from np@FreeBSD.org) Message-Id: <201503110447.t2B4ll3F059984@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: np set sender to np@FreeBSD.org using -f From: Navdeep Parhar Date: Wed, 11 Mar 2015 04:47:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r279870 - in projects/cxl_iscsi/sys/modules/cxgbe: . cxgbei X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2015 04:47:48 -0000 Author: np Date: Wed Mar 11 04:47:46 2015 New Revision: 279870 URL: https://svnweb.freebsd.org/changeset/base/279870 Log: Improved compliance with style.Makefile(5). Modified: projects/cxl_iscsi/sys/modules/cxgbe/Makefile projects/cxl_iscsi/sys/modules/cxgbe/cxgbei/Makefile Modified: projects/cxl_iscsi/sys/modules/cxgbe/Makefile ============================================================================== --- projects/cxl_iscsi/sys/modules/cxgbe/Makefile Wed Mar 11 00:01:39 2015 (r279869) +++ projects/cxl_iscsi/sys/modules/cxgbe/Makefile Wed Mar 11 04:47:46 2015 (r279870) @@ -11,11 +11,11 @@ SUBDIR+= t4_firmware SUBDIR+= t5_firmware SUBDIR+= ${_tom} SUBDIR+= ${_iw_cxgbe} -SUBDIR+= ${_cxgbei} +SUBDIR+= ${_cxgbei} .if ${MACHINE_CPUARCH} == "amd64" _tom= tom -_cxgbei= cxgbei +_cxgbei= cxgbei .if ${MK_OFED} != "no" || defined(ALL_MODULES) _iw_cxgbe= iw_cxgbe .endif Modified: projects/cxl_iscsi/sys/modules/cxgbe/cxgbei/Makefile ============================================================================== --- projects/cxl_iscsi/sys/modules/cxgbe/cxgbei/Makefile Wed Mar 11 00:01:39 2015 (r279869) +++ projects/cxl_iscsi/sys/modules/cxgbe/cxgbei/Makefile Wed Mar 11 04:47:46 2015 (r279870) @@ -1,20 +1,19 @@ # $FreeBSD$ -CXGBEI = ${.CURDIR}/../../../dev/cxgbe/cxgbei CXGBE = ${.CURDIR}/../../../dev/cxgbe -.PATH: ${CXGBEI} ${CXGBE}/common +.PATH: ${CXGBE}/cxgbei KMOD= cxgbei -SRCS= cxgbei.c -SRCS+= cxgbei_ulp2_ddp.c -SRCS+= icl_cxgbei.c -SRCS+= bus_if.h -SRCS+= device_if.h -SRCS+= opt_inet.h -SRCS+= opt_inet6.h -SRCS+= opt_ofed.h -SRCS+= pci_if.h +SRCS= cxgbei.c +SRCS+= cxgbei_ulp2_ddp.c +SRCS+= icl_cxgbei.c +SRCS+= bus_if.h +SRCS+= device_if.h +SRCS+= opt_inet.h +SRCS+= opt_inet6.h +SRCS+= opt_ofed.h +SRCS+= pci_if.h SRCS+= opt_cam.h SRCS+= icl_conn_if.h