]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/firewire/fwe/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / firewire / fwe / Makefile
1 # $FreeBSD$
2
3 # Makefile for the fwe(4) module (Ethernet over IEEE1394)
4
5 .PATH: ${.CURDIR}/../../../dev/firewire
6
7 KMOD    = if_fwe
8 SRCS    = bus_if.h device_if.h \
9           opt_inet.h \
10           if_fwe.c if_fwevar.h \
11           firewire.h firewirereg.h
12 #CFLAGS += -DDEVICE_POLLING
13
14 .include <bsd.kmod.mk>