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.
This commit is contained in:
ian 2017-07-31 22:26:30 +00:00
parent 088f68e737
commit 406fb7d3e7

View File

@ -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>