Skip to content

Commit 15ca04b

Browse files
TangMeng12extinguish
authored andcommitted
examples/timer: fix the compilation error caused by CONFIG_DISABLE_SIGNALS
The commit 'add support for CONFIG_DISABLE_SIGNALS' led to: undefined reference to `sigaction' Signed-off-by: v-tangmeng <[email protected]>
1 parent 107b636 commit 15ca04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/timer/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
config EXAMPLES_TIMER
77
tristate "Timer example"
88
default n
9-
depends on TIMER
9+
depends on TIMER && !DISABLE_SIGNALS
1010
---help---
1111
Enable the timer example
1212

0 commit comments

Comments
 (0)