From c28ccaf0f2415010cfd502dab9f012b8ba8d24c5 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Mon, 31 Jul 2017 22:26:30 +0000 Subject: [PATCH] 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. --- sys/modules/i2c/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/sys/modules/i2c/Makefile b/sys/modules/i2c/Makefile index 8e9bdf982cb..91140ca4956 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