freebsd-dev/sys/modules/hifn/Makefile

15 lines
272 B
Makefile
Raw Normal View History

2002-10-04 20:35:23 +00:00
# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hifn
2002-10-04 20:35:23 +00:00
KMOD = hifn
SRCS = hifn7751.c opt_hifn.h
2002-10-04 20:35:23 +00:00
SRCS += device_if.h bus_if.h pci_if.h
SRCS += opt_bus.h cryptodev_if.h
2002-10-04 20:35:23 +00:00
.if !defined(KERNBUILDDIR)
opt_hifn.h:
echo "#define HIFN_DEBUG 1" > ${.TARGET}
.endif
2002-10-04 20:35:23 +00:00
.include <bsd.kmod.mk>