diff options
| author | Aymeric Wibo <obiwac@FreeBSD.org> | 2025-10-26 10:43:47 +0000 |
|---|---|---|
| committer | Aymeric Wibo <obiwac@FreeBSD.org> | 2025-10-26 11:23:41 +0000 |
| commit | ee363e1bab6ffcf196afbf870e92a1e9abdd8f11 (patch) | |
| tree | 163b031093211975fceb6d1084676a80399c7b46 | |
| parent | 031e711647c3edc3021c1029496d6798a632697e (diff) | |
| -rw-r--r-- | sys/modules/thunderbolt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
