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