PERFORCE change 135094 for review

John Birrell jb at FreeBSD.org
Fri Feb 8 23:43:53 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135094

Change 135094 by jb at jb_freebsd1 on 2008/02/09 07:43:10

	i386 needs another header for genassm.s

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/dtrace/Makefile#15 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/dtrace/Makefile#15 (text+ko) ====

@@ -25,6 +25,10 @@
 # These are needed for assym.s
 SRCS+=		opt_compat.h opt_kstack_pages.h opt_nfs.h
 
+.if ${MACHINE_ARCH} == "i386"
+SRCS+=		opt_apic.h
+.endif
+
 CFLAGS+=	-I${.CURDIR}/../../../compat/opensolaris \
 		-I${.CURDIR}/../../../cddl/dev/dtrace \
 		-I${.CURDIR}/../../../cddl/dev/dtrace/${ARCHDIR} \


More information about the p4-projects mailing list