svn commit: r279870 - in projects/cxl_iscsi/sys/modules/cxgbe: . cxgbei

Navdeep Parhar np at FreeBSD.org
Wed Mar 11 04:47:48 UTC 2015


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
 


More information about the svn-src-projects mailing list