Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / dev / crypto / hifn / Makefile
1 # $FreeBSD: src/sys/modules/hifn/Makefile,v 1.2.2.2 2003/06/05 04:13:47 sam Exp $
2
3 KMOD    = hifn
4 SRCS    = hifn7751.c opt_hifn.h
5 SRCS   += device_if.h bus_if.h pci_if.h
6 SRCS   += opt_bus.h cryptodev_if.h
7
8 .if !defined(BUILDING_WITH_KERNEL)
9 opt_hifn.h:
10         echo "#define HIFN_DEBUG 1" > opt_hifn.h
11 .endif
12
13 .include <bsd.kmod.mk>