svn commit: r211926 - head/sys/modules/dtrace/dtrace

Rui Paulo rpaulo at FreeBSD.org
Sat Aug 28 08:18:20 UTC 2010


Author: rpaulo
Date: Sat Aug 28 08:18:20 2010
New Revision: 211926
URL: http://svn.freebsd.org/changeset/base/211926

Log:
  Add the path necessary to find fasttrap_isa.h to CFLAGS.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/modules/dtrace/dtrace/Makefile

Modified: head/sys/modules/dtrace/dtrace/Makefile
==============================================================================
--- head/sys/modules/dtrace/dtrace/Makefile	Sat Aug 28 08:13:38 2010	(r211925)
+++ head/sys/modules/dtrace/dtrace/Makefile	Sat Aug 28 08:18:20 2010	(r211926)
@@ -15,6 +15,7 @@ SRCS=		dtrace.c \
 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
 SRCS+=		dis_tables.c \
 		instr_size.c
+CFLAGS+=	-I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/intel
 .endif
 
 SRCS+=		bus_if.h device_if.h vnode_if.h


More information about the svn-src-all mailing list