Displaying 1 result from an estimated 1 matches for "opt_bus".
Did you mean:
cpt_buf
2003 Jun 04
0
buildkernel fails in hifn
...ion 1.2.2.1
diff -u -r1.2.2.1 Makefile
--- Makefile 21 Nov 2002 23:38:47 -0000 1.2.2.1
+++ Makefile 5 Jun 2003 03:48:53 -0000
@@ -2,8 +2,11 @@
.PATH: ${.CURDIR}/../../dev/ubsec
KMOD = ubsec
-SRCS = ubsec.c
+SRCS = ubsec.c opt_ubsec.h
SRCS += device_if.h bus_if.h pci_if.h
SRCS += opt_bdg.h opt_bus.h crypto_if.h
+opt_ubsec.h:
+ echo "#define UBSEC_DEBUG 1" > opt_ubsec.h
+
.include <bsd.kmod.mk>
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/sys/modules/hifn/Makefile,v
retrieving revision 1.2.2.1
diff -u -r1...