summaryrefslogtreecommitdiffstats
path: root/sys/modules/hifn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hifn/Makefile')
-rw-r--r--sys/modules/hifn/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/hifn/Makefile b/sys/modules/hifn/Makefile
index bb0bcf2..33e6a77 100644
--- a/sys/modules/hifn/Makefile
+++ b/sys/modules/hifn/Makefile
@@ -2,8 +2,11 @@
.PATH: ${.CURDIR}/../../dev/hifn
KMOD = hifn
-SRCS = hifn7751.c
+SRCS = hifn7751.c opt_hifn.h
SRCS += device_if.h bus_if.h pci_if.h
SRCS += opt_bdg.h opt_bus.h crypto_if.h
+opt_hifn.h:
+ echo "#define HIFN_DEBUG 1" > opt_hifn.h
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud