Make lockstat and profile modules x86-only

This commit is contained in:
Oleksandr Tymoshenko 2012-03-24 05:15:14 +00:00
parent c57e9d4e83
commit 9f69e6bdb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233410

View file

@ -9,14 +9,12 @@ SUBDIR= dtmalloc \
dtrace \
dtraceall \
dtrace_test \
lockstat \
profile \
prototype \
sdt \
systrace
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SUBDIR+= fasttrap fbt systrace_linux32
SUBDIR+= fasttrap fbt lockstat profile systrace_linux32
.endif
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= systrace_freebsd32