Add module infrastructure for 'if_ex'.
This commit is contained in:
parent
20fae1ba5b
commit
79ac92f83c
@ -167,6 +167,7 @@ SUBDIR+=3dfx \
|
||||
elink \
|
||||
em \
|
||||
ep \
|
||||
ex \
|
||||
fe \
|
||||
fpu \
|
||||
gnufpu \
|
||||
|
12
sys/modules/ex/Makefile
Normal file
12
sys/modules/ex/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ex
|
||||
|
||||
KMOD= if_ex
|
||||
SRCS= if_ex.c \
|
||||
if_ex_isa.c isa_if.h \
|
||||
if_ex_pccard.c card_if.h \
|
||||
bus_if.h device_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user