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