Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 14:03:57 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 229626 for review
Message-ID:  <201306121403.r5CE3vPs082145@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@229626?ac=10

Change 229626 by brooks@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306121403.r5CE3vPs082145>