Add a module of xe driver.
Approved by: imp
This commit is contained in:
parent
d9dd0fde5f
commit
550acacb35
@ -151,7 +151,8 @@ SUBDIR+=aac \
|
||||
stg \
|
||||
streams \
|
||||
vesa \
|
||||
wi
|
||||
wi \
|
||||
xe
|
||||
.endif
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
|
9
sys/modules/xe/Makefile
Normal file
9
sys/modules/xe/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/xe
|
||||
|
||||
KMOD= if_xe
|
||||
SRCS= if_xe.c if_xe_pccard.c
|
||||
SRCS+= bus_if.h card_if.h device_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user