Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2025 11:23:54 GMT
From:      Aymeric Wibo <obiwac@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ee363e1bab6f - main - thunderbolt: Fix stale symlink for opt_acpi_wmi.h
Message-ID:  <202510261123.59QBNsUj081529@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by obiwac:

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

commit ee363e1bab6ffcf196afbf870e92a1e9abdd8f11
Author:     Aymeric Wibo <obiwac@FreeBSD.org>
AuthorDate: 2025-10-26 10:43:47 +0000
Commit:     Aymeric Wibo <obiwac@FreeBSD.org>
CommitDate: 2025-10-26 11:23:41 +0000

    thunderbolt: Fix stale symlink for opt_acpi_wmi.h
    
    Reported by:    wosch
    Sponsored by:   The FreeBSD Foundation
---
 sys/modules/thunderbolt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/thunderbolt/Makefile b/sys/modules/thunderbolt/Makefile
index 3b279f4352d4..ba7c7cab6e6b 100644
--- a/sys/modules/thunderbolt/Makefile
+++ b/sys/modules/thunderbolt/Makefile
@@ -5,7 +5,7 @@ SRCS=	nhi_pci.c nhi.c tb_pcib.c tb_acpi_pcib.c tb_debug.c nhi_wmi.c
 SRCS+=	router.c hcm.c tb_dev.c
 SRCS+=	opt_thunderbolt.h
 SRCS+=	device_if.h bus_if.h pci_if.h pcib_if.h tb_if.c tb_if.h
-SRCS+=	opt_acpi.h opt_acpi_wmi.h acpi_if.h acpi_wmi_if.h
+SRCS+=	opt_acpi.h acpi_if.h acpi_wmi_if.h
 
 opt_thunderbolt.h:
 	echo "#define THUNDERBOLT_DEBUG 1" > ${.TARGET}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510261123.59QBNsUj081529>