PERFORCE change 131412 for review
John Birrell
jb at FreeBSD.org
Fri Dec 21 20:36:11 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=131412
Change 131412 by jb at jb_freebsd1 on 2007/12/22 04:35:46
Add the include paths to the machine-dependent code and the
generic backend. We include them rather than compile them separately
so that if/when the module is built into a static kernel, the
variables aren't global.
Affected files ...
.. //depot/projects/dtrace/src/sys/modules/cyclic/Makefile#5 edit
Differences ...
==== //depot/projects/dtrace/src/sys/modules/cyclic/Makefile#5 (text+ko) ====
@@ -10,9 +10,11 @@
SRCS+= bus_if.h device_if.h vnode_if.h
-CFLAGS+= -I${.CURDIR}/../../compat/opensolaris \
- -I${.CURDIR}/../../contrib/opensolaris/uts/common \
- -I${.CURDIR}/../..
+CFLAGS+= -I${.CURDIR}/../../compat/opensolaris \
+ -I${.CURDIR}/../../contrib/opensolaris/uts/common \
+ -I${.CURDIR}/../.. \
+ -I${.CURDIR}/../../cddl/kern \
+ -I${.CURDIR}/../../cddl/${MACHINE_ARCH}
CFLAGS+= -DDEBUG=1
More information about the p4-projects
mailing list