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:
parent
088f68e737
commit
406fb7d3e7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user