svn commit: r321826 - head/sys/modules/i2c

Ian Lepore ian at FreeBSD.org
Mon Jul 31 22:26:31 UTC 2017


Author: ian
Date: Mon Jul 31 22:26:30 2017
New Revision: 321826
URL: https://svnweb.freebsd.org/changeset/base/321826

Log:
  Restructure the SUBDIR list as 1-per-line and alphabetize, so it will be
  easier to add new things (and see what changed) in the future.

Modified:
  head/sys/modules/i2c/Makefile

Modified: head/sys/modules/i2c/Makefile
==============================================================================
--- head/sys/modules/i2c/Makefile	Mon Jul 31 22:19:39 2017	(r321825)
+++ head/sys/modules/i2c/Makefile	Mon Jul 31 22:26:30 2017	(r321826)
@@ -1,6 +1,16 @@
 # $FreeBSD$
 
-SUBDIR =
-SUBDIR += controllers if_ic smbus iicbus iicbb iicsmb iic cyapa smb isl jedec_ts
+SUBDIR = \
+	controllers \
+	cyapa \
+	if_ic \
+	iic \
+	iicbb \
+	iicbus \
+	iicsmb \
+	isl \
+	jedec_ts \
+	smb \
+	smbus \
 
 .include <bsd.subdir.mk>


More information about the svn-src-head mailing list