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 Lepore 2017-07-31 22:26:30 +00:00
parent 63ab7bb3c8
commit c28ccaf0f2

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>