Date: Thu, 05 Feb 2026 15:36:06 +0000 From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Vijeyalakshumi Koteeswaran <kvinupriya@gmail.com> Subject: git: b18604ed9376 - main - hyperv: Add opt_acpi.h to SRCS Message-ID: <6984b8e6.18e12.3f7b09e0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=b18604ed93766b317dd40438793b714523b50123 commit b18604ed93766b317dd40438793b714523b50123 Author: Vijeyalakshumi Koteeswaran <kvinupriya@gmail.com> AuthorDate: 2026-02-05 15:34:17 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2026-02-05 15:35:21 +0000 hyperv: Add opt_acpi.h to SRCS Add opt_acpi.h to SRCS as it is required by the hyper-v pcib sources. Reviewed by: imp Sponsored by: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D48166 --- sys/modules/hyperv/pcib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/hyperv/pcib/Makefile b/sys/modules/hyperv/pcib/Makefile index be0a905aab80..aa2566461d03 100644 --- a/sys/modules/hyperv/pcib/Makefile +++ b/sys/modules/hyperv/pcib/Makefile @@ -4,6 +4,7 @@ KMOD= vmbus_pcib SRCS= vmbus_pcib.c SRCS+= bus_if.h device_if.h pci_if.h pcib_if.h vmbus_if.h +SRCS+= opt_acpi.h CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/pcibhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6984b8e6.18e12.3f7b09e0>
