aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2017-07-31 22:26:30 +0000
committerIan Lepore <ian@FreeBSD.org>2017-07-31 22:26:30 +0000
commitc28ccaf0f2415010cfd502dab9f012b8ba8d24c5 (patch)
treecfc83eae11dbb091bd25f723524ef22db9792d63 /sys/modules
parent63ab7bb3c865991c5ddc477947bb819ebf2d0857 (diff)
downloadsrc-c28ccaf0f2415010cfd502dab9f012b8ba8d24c5.tar.gz
src-c28ccaf0f2415010cfd502dab9f012b8ba8d24c5.zip
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.
Notes
Notes: svn path=/head/; revision=321826
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/i2c/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/sys/modules/i2c/Makefile b/sys/modules/i2c/Makefile
index 8e9bdf982cb6..91140ca49566 100644
--- a/sys/modules/i2c/Makefile
+++ b/sys/modules/i2c/Makefile
@@ -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>