2002-10-04 20:35:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/hifn
|
|
|
|
KMOD = hifn
|
2003-03-11 23:20:43 +00:00
|
|
|
SRCS = hifn7751.c opt_hifn.h
|
2002-10-04 20:35:23 +00:00
|
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
2007-03-21 03:42:51 +00:00
|
|
|
SRCS += opt_bus.h cryptodev_if.h
|
2002-10-04 20:35:23 +00:00
|
|
|
|
2005-10-14 23:30:17 +00:00
|
|
|
.if !defined(KERNBUILDDIR)
|
2003-03-11 23:20:43 +00:00
|
|
|
opt_hifn.h:
|
|
|
|
echo "#define HIFN_DEBUG 1" > opt_hifn.h
|
2005-10-14 23:30:17 +00:00
|
|
|
.endif
|
2003-03-11 23:20:43 +00:00
|
|
|
|
2002-10-04 20:35:23 +00:00
|
|
|
.include <bsd.kmod.mk>
|