mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Add the 'twe' driver module makefile.
This commit is contained in:
parent
2597312222
commit
d3632ec4c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60895
7
sys/modules/twe/Makefile
Normal file
7
sys/modules/twe/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
KMOD = twe
|
||||
SRCS = twe.c twe_disk.c device_if.h bus_if.h pci_if.h
|
||||
.PATH: ${.CURDIR}/../../dev/twe
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user