git: fe74d52de5dc - main - sys/modules/acpi/Makefile: One line per subdirectory
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Dec 2025 15:43:54 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=fe74d52de5dca506fe07693ffd6a35140bb55abd
commit fe74d52de5dca506fe07693ffd6a35140bb55abd
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-12-26 15:37:20 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-12-26 15:37:20 +0000
sys/modules/acpi/Makefile: One line per subdirectory
This makes diffs that add or remove modules easier to read.
Reviewed by: imp
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D54314
---
sys/modules/acpi/Makefile | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index f646589c9fa4..098161e08836 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -1,5 +1,17 @@
-SUBDIR= acpi_asus acpi_asus_wmi acpi_dock acpi_fujitsu acpi_hp \
- acpi_ged acpi_ibm acpi_panasonic acpi_sbl_wmi acpi_sony \
- acpi_toshiba acpi_video acpi_wmi aibs
+SUBDIR= \
+ acpi_asus \
+ acpi_asus_wmi \
+ acpi_dock \
+ acpi_fujitsu \
+ acpi_ged \
+ acpi_hp \
+ acpi_ibm \
+ acpi_panasonic \
+ acpi_sbl_wmi \
+ acpi_sony \
+ acpi_toshiba \
+ acpi_video \
+ acpi_wmi \
+ aibs
.include <bsd.subdir.mk>