aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tx/Makefile
blob: c1c1dfa0c6848f2a02cf0340be5c2839af07a388 (plain) (blame)
1
2
3
4
5
6
7
8
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

.include <bsd.kmod.mk>