aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/debug/lock/debug-lockdep.scc
blob: 17aa700732c88cb50d337b061a68e9e821273eb6 (plain)
1
2
3
4
5
6
# 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-lock-common.scc
    kconf non-hardware debug-lockdep.cfg
fi