Premier version of Makefile to build tx driver as KLD
This commit is contained in:
parent
5f045e1e09
commit
b3f8014465
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59155
9
sys/modules/tx/Makefile
Normal file
9
sys/modules/tx/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../pci
|
||||
KMOD = if_tx
|
||||
SRCS = if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||||
SRCS += miibus_if.h
|
||||
KMODDEPS = miibus
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user