Premier version of Makefile to build tx driver as KLD
This commit is contained in:
parent
5f045e1e09
commit
b3f8014465
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…
x
Reference in New Issue
Block a user