diff options
Diffstat (limited to 'scripts/gdb/linux/constants.py.in')
-rw-r--r-- | scripts/gdb/linux/constants.py.in | 3 |
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 @@ | |||
40 | import gdb | 40 | import gdb |
41 | 41 | ||
42 | /* linux/clk-provider.h */ | 42 | /* linux/clk-provider.h */ |
43 | LX_GDBPARSED(CLK_GET_RATE_NOCACHE) | 43 | if IS_BUILTIN(CONFIG_COMMON_CLK): |
44 | LX_GDBPARSED(CLK_GET_RATE_NOCACHE) | ||
44 | 45 | ||
45 | /* linux/fs.h */ | 46 | /* linux/fs.h */ |
46 | LX_VALUE(SB_RDONLY) | 47 | LX_VALUE(SB_RDONLY) |