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/ixl | |
| parent | 3850d1837bf715527f8b7d9bf4caae5e728626da (diff) | |
Diffstat (limited to 'sys/modules/ixl')
| -rw-r--r-- | sys/modules/ixl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile index 2b524e974404..fb2fcf6574ac 100644 --- a/sys/modules/ixl/Makefile +++ b/sys/modules/ixl/Makefile @@ -22,4 +22,6 @@ SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c i40e # CFLAGS += -DIXL_IW # SRCS += ixl_iw.c +EXPORT_SYMS= YES + .include <bsd.kmod.mk> |
