diff options
| author | Vijeyalakshumi Koteeswaran <kvinupriya@gmail.com> | 2026-02-05 15:34:17 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-05 15:35:21 +0000 |
| commit | b18604ed93766b317dd40438793b714523b50123 (patch) | |
| tree | ea0ceab8c9d4a3579987d64235b310d420fdae5b | |
| parent | ee44ab936e84bacaa49847d36aabdf280f9fecce (diff) | |
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
| -rw-r--r-- | sys/modules/hyperv/pcib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
