2002-09-13 12:31:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2002-10-14 19:18:30 +00:00
|
|
|
# Makefile for the fwe(4) module (Ethernet over IEEE1394)
|
2002-09-13 12:31:56 +00:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/firewire
|
|
|
|
|
|
|
|
KMOD = if_fwe
|
2002-10-14 19:18:30 +00:00
|
|
|
SRCS = bus_if.h device_if.h \
|
|
|
|
opt_inet.h \
|
|
|
|
if_fwe.c if_fwevar.h \
|
2002-09-13 12:31:56 +00:00
|
|
|
firewire.h firewirereg.h
|
2003-04-17 03:38:03 +00:00
|
|
|
#CFLAGS += -DDEVICE_POLLING
|
2002-09-13 12:31:56 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|
|
|
|
|