mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
13 lines
261 B
Makefile
13 lines
261 B
Makefile
|
|
# 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>
|