]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/wi/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / wi / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/wi
4
5 KMOD=   if_wi
6 SRCS=   if_wi.c if_wi_pccard.c if_wi_pci.c \
7         card_if.h device_if.h bus_if.h pci_if.h pccarddevs.h \
8         opt_wlan.h
9
10 .if ${MACHINE_CPUARCH} == "powerpc"
11 SRCS+=  if_wi_macio.c
12 SRCS+=  ofw_bus_if.h
13 .endif
14
15 .include <bsd.kmod.mk>