mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
Add module infrastructure for elink.
This commit is contained in:
parent
dd4cb1b8b8
commit
187e120cbe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112793
@ -164,6 +164,7 @@ SUBDIR+=3dfx \
|
|||||||
coff \
|
coff \
|
||||||
drm \
|
drm \
|
||||||
ed \
|
ed \
|
||||||
|
elink \
|
||||||
em \
|
em \
|
||||||
ep \
|
ep \
|
||||||
fe \
|
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