Bug #703 ยป bge.patch
Makefile 15 Jun 2007 19:42:42 -0000 | ||
---|---|---|
KMOD= if_bge
|
||
SRCS= if_bge.c
|
||
SRCS+= miibus_if.h device_if.h bus_if.h pci_if.h
|
||
SRCS+= opt_polling.h
|
||
KMODDEPS = miibus
|
||
.ifndef BUILDING_WITH_KERNEL
|
||
opt_polling.h:
|
||
echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
|
||
.endif
|
||
.include <bsd.kmod.mk>
|