mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Add a module of xe driver.
Approved by: imp
This commit is contained in:
parent
d9dd0fde5f
commit
550acacb35
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90970
@ -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…
Reference in New Issue
Block a user