diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2019-02-21 22:49:21 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2019-02-21 22:49:21 +0000 |
| commit | efe88d92da775d8f13287251b0cc9993b1410be0 (patch) | |
| tree | 21b3f0422389308502681c7676e23af896fc628a /sys/modules | |
| parent | afde5170533a488a5404d1dba7650598aa41fc65 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/dtrace/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile index e348bdcc1bc2..240215deb0ab 100644 --- a/sys/modules/dtrace/Makefile +++ b/sys/modules/dtrace/Makefile @@ -19,9 +19,6 @@ SUBDIR+= fasttrap fbt systrace_linux .if ${MACHINE_CPUARCH} == "amd64" SUBDIR+= systrace_linux32 .endif -.if ${MACHINE_CPUARCH} == "powerpc" -SUBDIR+= fbt fasttrap -.endif .if ${MACHINE_CPUARCH} == "amd64" || \ ${MACHINE_CPUARCH} == "aarch64" || \ ${MACHINE_ARCH} == "mips64" || \ @@ -31,7 +28,9 @@ SUBDIR+= systrace_freebsd32 .if ${MACHINE_CPUARCH} == "aarch64" || \ ${MACHINE_CPUARCH} == "arm" || \ ${MACHINE_CPUARCH} == "mips" || \ + ${MACHINE_CPUARCH} == "powerpc" || \ ${MACHINE_CPUARCH} == "riscv" SUBDIR+= fbt .endif + .include <bsd.subdir.mk> |
