diff options
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index 654722cd6..5740d9247 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -122,6 +122,7 @@ lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o | |||
122 | lib-$(CONFIG_SELINUX) += selinux_common.o | 122 | lib-$(CONFIG_SELINUX) += selinux_common.o |
123 | lib-$(CONFIG_HWCLOCK) += rtc.o | 123 | lib-$(CONFIG_HWCLOCK) += rtc.o |
124 | lib-$(CONFIG_RTCWAKE) += rtc.o | 124 | lib-$(CONFIG_RTCWAKE) += rtc.o |
125 | lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o | ||
125 | 126 | ||
126 | # We shouldn't build xregcomp.c if we don't need it - this ensures we don't | 127 | # We shouldn't build xregcomp.c if we don't need it - this ensures we don't |
127 | # require regex.h to be in the include dir even if we don't need it thereby | 128 | # require regex.h to be in the include dir even if we don't need it thereby |