diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-22 21:56:26 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-22 21:56:26 +0000 |
commit | 69d5ba2f95287a59fb31583b014474859b22025b (patch) | |
tree | 5743f607901b6f3f6a9d2e4b0be06489b8cf109d /miscutils/Kbuild | |
parent | a959a2abdd5bef3dadcf653665831a14f404240c (diff) | |
download | busybox-w32-69d5ba2f95287a59fb31583b014474859b22025b.tar.gz busybox-w32-69d5ba2f95287a59fb31583b014474859b22025b.tar.bz2 busybox-w32-69d5ba2f95287a59fb31583b014474859b22025b.zip |
- untangle the implementation of the small and huge last applets
Diffstat (limited to 'miscutils/Kbuild')
-rw-r--r-- | miscutils/Kbuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/miscutils/Kbuild b/miscutils/Kbuild index ba2a0dc14..96e754e1b 100644 --- a/miscutils/Kbuild +++ b/miscutils/Kbuild | |||
@@ -16,7 +16,8 @@ lib-$(CONFIG_DEVFSD) += devfsd.o | |||
16 | lib-$(CONFIG_EJECT) += eject.o | 16 | lib-$(CONFIG_EJECT) += eject.o |
17 | lib-$(CONFIG_FBSPLASH) += fbsplash.o | 17 | lib-$(CONFIG_FBSPLASH) += fbsplash.o |
18 | lib-$(CONFIG_HDPARM) += hdparm.o | 18 | lib-$(CONFIG_HDPARM) += hdparm.o |
19 | lib-$(CONFIG_LAST) += last.o | 19 | lib-$(CONFIG_FEATURE_LAST_SMALL)+= last.o |
20 | lib-$(CONFIG_FEATURE_LAST_FANCY)+= last_fancy.o | ||
20 | lib-$(CONFIG_LESS) += less.o | 21 | lib-$(CONFIG_LESS) += less.o |
21 | lib-$(CONFIG_MAKEDEVS) += makedevs.o | 22 | lib-$(CONFIG_MAKEDEVS) += makedevs.o |
22 | lib-$(CONFIG_MAN) += man.o | 23 | lib-$(CONFIG_MAN) += man.o |