2d3ce7133a
The devlist2h.awk tool to do this has been repocopied to sys/tools/.
10 lines
164 B
Makefile
10 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/tx
|
|
|
|
KMOD= if_tx
|
|
SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h miidevs.h
|
|
|
|
.include <bsd.kmod.mk>
|