PERFORCE change 229626 for review

Brooks Davis brooks at FreeBSD.org
Wed Jun 12 14:03:58 UTC 2013


http://p4web.freebsd.org/@@229626?ac=10

Change 229626 by brooks at brooks_zenith on 2013/06/12 14:03:10

	Add contrib/tesla/include to the module path.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/sys/conf/kmod.mk#2 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/sys/conf/kmod.mk#2 (text+ko) ====

@@ -109,6 +109,10 @@
 # for example.
 CFLAGS+=	-I@/contrib/altq
 
+# Add -I path for TESLA headers as they may be included from anywhere.
+CFLAGS+=	-I@/contrib/tesla/include
+
+.if ${COMPILER_TYPE} != "clang"
 .if ${COMPILER_TYPE} != "clang"
 CFLAGS+=	-finline-limit=${INLINE_LIMIT}
 CFLAGS+= --param inline-unit-growth=100


More information about the p4-projects mailing list