summaryrefslogtreecommitdiffstats
path: root/sys/modules/dtrace/Makefile
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2013-03-18 05:30:18 +0000
committerjhibbits <jhibbits@FreeBSD.org>2013-03-18 05:30:18 +0000
commit7b62f31cdf0ac5e5b9e97e38a21caf00e4897a45 (patch)
treeed98c02f053007502714151382d6652f85f4b682 /sys/modules/dtrace/Makefile
parentc1c3be94b5168f8fb3d5164cef52767192eb6505 (diff)
downloadFreeBSD-src-7b62f31cdf0ac5e5b9e97e38a21caf00e4897a45.zip
FreeBSD-src-7b62f31cdf0ac5e5b9e97e38a21caf00e4897a45.tar.gz
Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,
much of which is not necessary for PowerPC. The FBT module can likely be factored into 3 separate files: common, intel, and powerpc, rather than duplicating most of the code between the x86 and PowerPC flavors. All DTrace modules for PowerPC will be MFC'd together once Fasttrap is completed.
Diffstat (limited to 'sys/modules/dtrace/Makefile')
-rw-r--r--sys/modules/dtrace/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile
index 6d18143..f1f1f1e 100644
--- a/sys/modules/dtrace/Makefile
+++ b/sys/modules/dtrace/Makefile
@@ -19,6 +19,9 @@ SUBDIR= dtmalloc \
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SUBDIR+= fasttrap fbt systrace_linux32
.endif
+.if ${MACHINE_CPUARCH} == "powerpc"
+SUBDIR+= fbt
+.endif
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= systrace_freebsd32
.endif
OpenPOWER on IntegriCloud