git: 7610a6b150c9 - stable/13 - modules: acpi_video: need opt_evdev.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 07:11:50 UTC
The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=7610a6b150c9c19be5d5956c4a1d6fc504ab32de commit 7610a6b150c9c19be5d5956c4a1d6fc504ab32de Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2021-09-30 04:04:00 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2021-10-06 07:09:58 +0000 modules: acpi_video: need opt_evdev.h This fixes the standalone build. (cherry picked from commit 58ca99d11648f0b1749a4b29f534e87b0d88b83a) --- sys/modules/acpi/acpi_video/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/acpi/acpi_video/Makefile b/sys/modules/acpi/acpi_video/Makefile index 803598144a9a..d2556c8a56dc 100644 --- a/sys/modules/acpi/acpi_video/Makefile +++ b/sys/modules/acpi/acpi_video/Makefile @@ -4,6 +4,6 @@ KMOD= acpi_video SRCS= acpi_video.c -SRCS+= opt_acpi.h acpi_if.h bus_if.h device_if.h +SRCS+= opt_acpi.h opt_evdev.h acpi_if.h bus_if.h device_if.h .include <bsd.kmod.mk>