diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2021-11-07 08:42:24 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-11-18 13:56:23 +0000 |
| commit | 5bb3134a8c21cb87b30e135ef168483f0333dabb (patch) | |
| tree | 4bca01e8d0577900c6c2a47583582f76f20794a0 /sys/modules/bhnd | |
| parent | 3850d1837bf715527f8b7d9bf4caae5e728626da (diff) | |
Diffstat (limited to 'sys/modules/bhnd')
| -rw-r--r-- | sys/modules/bhnd/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/bhnd/bhndb/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/bhnd/Makefile b/sys/modules/bhnd/Makefile index 18e5ad4c2149..54a72a11e28d 100644 --- a/sys/modules/bhnd/Makefile +++ b/sys/modules/bhnd/Makefile @@ -22,7 +22,7 @@ SRCS+= opt_platform.h SRCS+= bhnd_sprom_chipc.c \ bhnd_pmu_chipc.c - + SRCS+= bhnd_pwrctl.c \ bhnd_pwrctl_subr.c \ bhnd_pwrctl_if.c \ @@ -71,5 +71,7 @@ SUBDIR= bcma \ siba \ siba_bhndb +EXPORT_SYMS= YES + .include <bsd.kmod.mk> .include <bsd.subdir.mk> diff --git a/sys/modules/bhnd/bhndb/Makefile b/sys/modules/bhnd/bhndb/Makefile index 87ac5ef231bd..12fcde7e049f 100644 --- a/sys/modules/bhnd/bhndb/Makefile +++ b/sys/modules/bhnd/bhndb/Makefile @@ -15,4 +15,6 @@ SRCS+= bhnd_bus_if.h \ SRCS+= device_if.h bus_if.h pci_if.h +EXPORT_SYMS= YES + .include <bsd.kmod.mk> |
