git: ea9a9b122d94 - main - sys/conf: make xen_acpi_cpu.c depend on acpi
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Dec 2023 13:59:45 UTC
The branch main has been updated by royger: URL: https://cgit.FreeBSD.org/src/commit/?id=ea9a9b122d949141fe9e5a49d2d01ca6b48fb1d0 commit ea9a9b122d949141fe9e5a49d2d01ca6b48fb1d0 Author: Elliott Mitchell <ehem+freebsd@m5p.com> AuthorDate: 2023-12-02 06:22:57 +0000 Commit: Roger Pau Monné <royger@FreeBSD.org> CommitDate: 2023-12-15 13:59:25 +0000 sys/conf: make xen_acpi_cpu.c depend on acpi Since Xen can function on systems without ACPI, make sure this key dependency is handled. Reviewed by: royger --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index bf951d789de3..16e3c1ddb6dd 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -3480,7 +3480,7 @@ dev/xen/bus/xen_intr.c optional xenhvm dev/xen/bus/xenpv.c optional xenhvm dev/xen/console/xen_console.c optional xenhvm dev/xen/control/control.c optional xenhvm -dev/xen/cpu/xen_acpi_cpu.c optional xenhvm +dev/xen/cpu/xen_acpi_cpu.c optional xenhvm acpi dev/xen/efi/pvefi.c optional xenhvm xenefi efirt dev/xen/grant_table/grant_table.c optional xenhvm dev/xen/netback/netback.c optional xenhvm