summaryrefslogtreecommitdiffstats
path: root/sys/modules/arcnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/arcnet/Makefile')
-rw-r--r--sys/modules/arcnet/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/arcnet/Makefile b/sys/modules/arcnet/Makefile
index a88ae65..9132566 100644
--- a/sys/modules/arcnet/Makefile
+++ b/sys/modules/arcnet/Makefile
@@ -6,6 +6,16 @@ KMOD= arcnet
SRCS= if_arcsubr.c
SRCS+= opt_inet.h opt_inet6.h
+EXPORT_SYMS= arc_frag_init \
+ arc_frag_next \
+ arc_ifattach \
+ arc_ifdetach \
+ arc_input \
+ arc_ioctl \
+ arc_isphds \
+ arc_output \
+ arc_storelladdr
+
opt_inet.h opt_inet6.h:
echo "#define INET 1" > ${.TARGET}
OpenPOWER on IntegriCloud