Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 22:54:19 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329534 - head/sys/modules/i2c/iicbus
Message-ID:  <201802182254.w1IMsJwd041035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Sun Feb 18 22:54:19 2018
New Revision: 329534
URL: https://svnweb.freebsd.org/changeset/base/329534

Log:
  Arrange SRCS= as 1 file per line, alphabetical, so it's easier to maintain.
  Whitespace only, no functional changes.

Modified:
  head/sys/modules/i2c/iicbus/Makefile

Modified: head/sys/modules/i2c/iicbus/Makefile
==============================================================================
--- head/sys/modules/i2c/iicbus/Makefile	Sun Feb 18 22:12:20 2018	(r329533)
+++ head/sys/modules/i2c/iicbus/Makefile	Sun Feb 18 22:54:19 2018	(r329534)
@@ -1,8 +1,16 @@
 # $FreeBSD$
 
-.PATH:		${SRCTOP}/sys/dev/iicbus
-KMOD		= iicbus
-SRCS		= device_if.h bus_if.h iicbus_if.h iicbus_if.c \
-		  iiconf.h iiconf.c iicbus.h iicbus.c
+.PATH:	${SRCTOP}/sys/dev/iicbus
+
+KMOD=	iicbus
+SRCS=	\
+	bus_if.h \
+	device_if.h \
+	iicbus.c \
+	iicbus.h \
+	iicbus_if.c \
+	iicbus_if.h \
+	iiconf.c \
+	iiconf.h \
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802182254.w1IMsJwd041035>