Project

General

Profile

Bug #703 ยป bge.patch

thomas.nikolajsen, 06/15/2007 10:49 PM

View differences:

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>
    (1-1/1)