]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/wl/Makefile
Update compiler-rt to trunk r224034. This brings a number of new
[FreeBSD/FreeBSD.git] / sys / modules / wl / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/wl
4
5 KMOD=   if_wl
6 SRCS=   if_wl.c
7 SRCS+=  bus_if.h device_if.h isa_if.h
8 SRCS+=  opt_inet.h opt_wavelan.h
9
10 .include <bsd.kmod.mk>