git: 38cb1ba8637d - main - conf: Add acpi_pci.c to the arm64 build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Dec 2024 18:19:07 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=38cb1ba8637d08ce3f6b3c614f39698db153cd4d commit 38cb1ba8637d08ce3f6b3c614f39698db153cd4d Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2024-12-12 16:30:50 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2024-12-12 18:00:56 +0000 conf: Add acpi_pci.c to the arm64 build Reviewed by: jhb, emaste, cperciva Relnotes: yes (Support PCIe hotplug on arm64) Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D48049 --- sys/conf/files.arm64 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64 index a1e73e593a99..3846301977d1 100644 --- a/sys/conf/files.arm64 +++ b/sys/conf/files.arm64 @@ -188,6 +188,7 @@ crypto/openssl/aarch64/vpaes-armv8.S optional ossl \ dev/acpica/acpi_bus_if.m optional acpi dev/acpica/acpi_if.m optional acpi +dev/acpica/acpi_pci.c optional acpi pci dev/acpica/acpi_pci_link.c optional acpi pci dev/acpica/acpi_pcib.c optional acpi pci dev/acpica/acpi_pxm.c optional acpi