diff options
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 |
