The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=b18604ed93766b317dd40438793b714523b50123

commit b18604ed93766b317dd40438793b714523b50123
Author:     Vijeyalakshumi Koteeswaran <[email protected]>
AuthorDate: 2026-02-05 15:34:17 +0000
Commit:     Ed Maste <[email protected]>
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/pcib
 

Reply via email to