xref: /freebsd/sys/modules/hifn/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*193d9e76SEnji Cooper.PATH:	${SRCTOP}/sys/dev/hifn
22fab4174SSam LefflerKMOD	= hifn
398822e39SSam LefflerSRCS	= hifn7751.c opt_hifn.h
42fab4174SSam LefflerSRCS   += device_if.h bus_if.h pci_if.h
56810ad6fSSam LefflerSRCS   += opt_bus.h cryptodev_if.h
62fab4174SSam Leffler
782292344SYaroslav Tykhiy.if !defined(KERNBUILDDIR)
898822e39SSam Leffleropt_hifn.h:
99e51595cSWarner Losh	echo "#define HIFN_DEBUG 1" > ${.TARGET}
1082292344SYaroslav Tykhiy.endif
1198822e39SSam Leffler
122fab4174SSam Leffler.include <bsd.kmod.mk>
13