aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/constants.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gdb/linux/constants.py.in')
-rw-r--r--scripts/gdb/linux/constants.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gdb/linux/constants.py.in b/scripts/gdb/linux/constants.py.in
index 1d73083da6cb..2efbec6b6b8d 100644
--- a/scripts/gdb/linux/constants.py.in
+++ b/scripts/gdb/linux/constants.py.in
@@ -40,7 +40,8 @@
40import gdb 40import gdb
41 41
42/* linux/clk-provider.h */ 42/* linux/clk-provider.h */
43LX_GDBPARSED(CLK_GET_RATE_NOCACHE) 43if IS_BUILTIN(CONFIG_COMMON_CLK):
44 LX_GDBPARSED(CLK_GET_RATE_NOCACHE)
44 45
45/* linux/fs.h */ 46/* linux/fs.h */
46LX_VALUE(SB_RDONLY) 47LX_VALUE(SB_RDONLY)