1984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/firewire/fwe/Makefile,v 1.2.2.2 2003/04/28 03:29:19 simokawa Exp $ 2984263bcSMatthew Dillon 3984263bcSMatthew Dillon# Makefile for the fwe(4) module (Ethernet over IEEE1394) 4984263bcSMatthew Dillon 5984263bcSMatthew DillonKMOD= if_fwe 667a9426bSJoerg SonnenbergerSRCS= if_fwe.c 7c4ce387cSSepherosa ZiehauSRCS+= bus_if.h device_if.h opt_inet.h opt_ifpoll.h 82b71c8f1SSepherosa Ziehau 9*ac8179b5SSascha Wildner.ifndef KERNBUILDDIR 10c4ce387cSSepherosa Ziehauopt_ifpoll.h: 11c4ce387cSSepherosa Ziehau echo '#define IFPOLL_ENABLE 1' > ${.OBJDIR}/${.TARGET} 122b71c8f1SSepherosa Ziehau.endif 13984263bcSMatthew Dillon 14984263bcSMatthew Dillon.include <bsd.kmod.mk> 15