Add module infrastructure for elink.
This commit is contained in:
parent
dd4cb1b8b8
commit
187e120cbe
@ -164,6 +164,7 @@ SUBDIR+=3dfx \
|
||||
coff \
|
||||
drm \
|
||||
ed \
|
||||
elink \
|
||||
em \
|
||||
ep \
|
||||
fe \
|
||||
|
10
sys/modules/elink/Makefile
Normal file
10
sys/modules/elink/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
.PATH: ${.CURDIR}/../../i386/isa
|
||||
|
||||
KMOD= elink
|
||||
SRCS= elink.c
|
||||
EXPORT_SYMS= elink_reset elink_idseq
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user