diff options
Diffstat (limited to '')
-rw-r--r-- | libbb/poll_with_signals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/poll_with_signals.c b/libbb/poll_with_signals.c index 47419f240..d3c005418 100644 --- a/libbb/poll_with_signals.c +++ b/libbb/poll_with_signals.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //kbuild:lib-y += poll_with_signals.o | 9 | //kbuild:lib-$(CONFIG_PLATFORM_POSIX) += poll_with_signals.o |
10 | 10 | ||
11 | #include "libbb.h" | 11 | #include "libbb.h" |
12 | 12 | ||