]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/tl/Makefile
Remove __P(). This was tested on the GENERIC kernel.
[FreeBSD/FreeBSD.git] / sys / modules / tl / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../pci
4
5 KMOD=   if_tl
6 SRCS=   if_tl.c opt_bdg.h device_if.h bus_if.h pci_if.h
7 SRCS+=  miibus_if.h
8
9 .include <bsd.kmod.mk>