Add module infrastructure for if_ie.
This commit is contained in:
parent
566cf07a7c
commit
dd4cb1b8b8
@ -172,6 +172,7 @@ SUBDIR+=3dfx \
|
||||
hea \
|
||||
hfa \
|
||||
ibcs2 \
|
||||
ie \
|
||||
linprocfs \
|
||||
linux \
|
||||
lnc \
|
||||
|
10
sys/modules/ie/Makefile
Normal file
10
sys/modules/ie/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ie
|
||||
|
||||
KMOD= if_ie
|
||||
SRCS= if_ie.c if_ie_isa.c \
|
||||
isa_if.h bus_if.h device_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user