aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/firewire/fwip/Makefile
blob: a88a2b1e0a9985e3996b76eb703d1388eed0abc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

# Makefile for the fwip(4) module (IP over IEEE1394)

.PATH: ${.CURDIR}/../../../dev/firewire ${.CURDIR}/../../../net

KMOD    = if_fwip
SRCS    = bus_if.h device_if.h \
          opt_inet.h opt_inet6.h \
          if_fwip.c if_fwipvar.h \
          firewire.h firewirereg.h \
          if_fwsubr.c

.if !defined(KERNBUILDDIR)
opt_inet.h:
	echo "#define INET      1" > ${.TARGET}
.endif

#CFLAGS += -DDEVICE_POLLING

.include <bsd.kmod.mk>