aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Kbuild
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-22 21:56:26 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-22 21:56:26 +0000
commit69d5ba2f95287a59fb31583b014474859b22025b (patch)
tree5743f607901b6f3f6a9d2e4b0be06489b8cf109d /miscutils/Kbuild
parenta959a2abdd5bef3dadcf653665831a14f404240c (diff)
downloadbusybox-69d5ba2f95287a59fb31583b014474859b22025b.tar.gz
- untangle the implementation of the small and huge last applets
Diffstat (limited to 'miscutils/Kbuild')
-rw-r--r--miscutils/Kbuild3
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
lib-$(CONFIG_EJECT) += eject.o
lib-$(CONFIG_FBSPLASH) += fbsplash.o
lib-$(CONFIG_HDPARM) += hdparm.o
-lib-$(CONFIG_LAST) += last.o
+lib-$(CONFIG_FEATURE_LAST_SMALL)+= last.o
+lib-$(CONFIG_FEATURE_LAST_FANCY)+= last_fancy.o
lib-$(CONFIG_LESS) += less.o
lib-$(CONFIG_MAKEDEVS) += makedevs.o
lib-$(CONFIG_MAN) += man.o