]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/firewire/fwip/Makefile
MFV r346450:
[FreeBSD/FreeBSD.git] / sys / modules / firewire / fwip / Makefile
1 # $FreeBSD$
2
3 # Makefile for the fwip(4) module (IP over IEEE1394)
4
5 .PATH: ${SRCTOP}/sys/dev/firewire ${SRCTOP}/sys/net
6
7 KMOD    = if_fwip
8 SRCS    = bus_if.h device_if.h \
9           opt_inet.h opt_inet6.h opt_ofed.h \
10           if_fwip.c if_fwipvar.h \
11           firewire.h firewirereg.h \
12           if_fwsubr.c
13
14 #CFLAGS += -DDEVICE_POLLING
15
16 .include <bsd.kmod.mk>