aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/debug/lock/debug-wwmutex-slowpath.scc
blob: d86ad25c373fa804312bed52efc63e05e61476df (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: MIT
if [ "$KARCH" = "x86_64" ] || [ "$KARCH" = "i386" ]; then
# include must be at the head of the line
include cfg/debug/lock/debug-rt-mutex.scc
include cfg/debug/lock/debug-spinlock.scc
include cfg/debug/lock/debug-mutexes.scc
include cfg/debug/lock/debug-lock-common.scc
    kconf non-hardware debug-wwmutex-slowpath.cfg
fi