diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-19 18:15:33 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-19 18:15:33 +0200 |
| commit | 015db5800ca7c6dd2d201eacb2951e72e6782b30 (patch) | |
| tree | 0fe9b90c782f2ac831f30793e384b07bd690b3b3 /miscutils | |
| parent | ce824aecf216536beed00d7817a614ffb8572239 (diff) | |
| download | busybox-w32-015db5800ca7c6dd2d201eacb2951e72e6782b30.tar.gz busybox-w32-015db5800ca7c6dd2d201eacb2951e72e6782b30.tar.bz2 busybox-w32-015db5800ca7c6dd2d201eacb2951e72e6782b30.zip | |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/Kbuild.src | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/miscutils/Kbuild.src b/miscutils/Kbuild.src index 7b449e6e8..503f54904 100644 --- a/miscutils/Kbuild.src +++ b/miscutils/Kbuild.src | |||
| @@ -25,8 +25,13 @@ lib-$(CONFIG_FLASH_UNLOCK) += flash_lock_unlock.o | |||
| 25 | lib-$(CONFIG_IONICE) += ionice.o | 25 | lib-$(CONFIG_IONICE) += ionice.o |
| 26 | lib-$(CONFIG_HDPARM) += hdparm.o | 26 | lib-$(CONFIG_HDPARM) += hdparm.o |
| 27 | lib-$(CONFIG_INOTIFYD) += inotifyd.o | 27 | lib-$(CONFIG_INOTIFYD) += inotifyd.o |
| 28 | lib-$(CONFIG_FEATURE_LAST_SMALL)+= last.o | 28 | |
| 29 | lib-$(CONFIG_FEATURE_LAST_FANCY)+= last_fancy.o | 29 | ifeq ($(CONFIG_FEATURE_LAST_FANCY),y) |
| 30 | lib-$(CONFIG_FEATURE_LAST_FANCY) += last_fancy.o | ||
| 31 | else | ||
| 32 | lib-$(CONFIG_LAST) += last.o | ||
| 33 | endif | ||
| 34 | |||
| 30 | lib-$(CONFIG_LESS) += less.o | 35 | lib-$(CONFIG_LESS) += less.o |
| 31 | lib-$(CONFIG_MAKEDEVS) += makedevs.o | 36 | lib-$(CONFIG_MAKEDEVS) += makedevs.o |
| 32 | lib-$(CONFIG_MAN) += man.o | 37 | lib-$(CONFIG_MAN) += man.o |
