opnsense-src/sys/modules/firewire/fwe/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
261 B
Makefile
Raw Permalink Normal View History

# Makefile for the fwe(4) module (Ethernet over IEEE1394)
.PATH: ${SRCTOP}/sys/dev/firewire
KMOD = if_fwe
SRCS = bus_if.h device_if.h \
opt_inet.h \
if_fwe.c if_fwevar.h \
firewire.h firewirereg.h
#CFLAGS += -DDEVICE_POLLING
.include <bsd.kmod.mk>