diff options
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src index b88fa8fe7..f815c6dbc 100644 --- a/libbb/Kbuild.src +++ b/libbb/Kbuild.src | |||
@@ -78,6 +78,7 @@ lib-y += read_printf.o | |||
78 | lib-y += recursive_action.o | 78 | lib-y += recursive_action.o |
79 | lib-y += remove_file.o | 79 | lib-y += remove_file.o |
80 | lib-y += run_shell.o | 80 | lib-y += run_shell.o |
81 | lib-y += safe_gethostname.o | ||
81 | lib-y += safe_poll.o | 82 | lib-y += safe_poll.o |
82 | lib-y += safe_strncpy.o | 83 | lib-y += safe_strncpy.o |
83 | lib-y += safe_write.o | 84 | lib-y += safe_write.o |
@@ -116,7 +117,6 @@ lib-$(CONFIG_PLATFORM_POSIX) += login.o | |||
116 | lib-$(CONFIG_PLATFORM_POSIX) += makedev.o | 117 | lib-$(CONFIG_PLATFORM_POSIX) += makedev.o |
117 | lib-$(CONFIG_PLATFORM_POSIX) += match_fstype.o | 118 | lib-$(CONFIG_PLATFORM_POSIX) += match_fstype.o |
118 | lib-$(CONFIG_PLATFORM_POSIX) += read_key.o | 119 | lib-$(CONFIG_PLATFORM_POSIX) += read_key.o |
119 | lib-$(CONFIG_PLATFORM_POSIX) += safe_gethostname.o | ||
120 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o | 120 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o |
121 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o | 121 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o |
122 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o | 122 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o |