aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-09 14:27:50 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-09 14:27:50 +0000
commit48e71c188f324a6d20189ddee3c2456c4f016e86 (patch)
tree6cba8ea6aa9293517b7dc87efbe94d95664369cc /miscutils
parent02f0c4c2bf5b88784fb7d1fcbf681bdb888a98d7 (diff)
downloadbusybox-48e71c188f324a6d20189ddee3c2456c4f016e86.tar.gz
- move bbconfig into alphabetical order
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Kbuild b/miscutils/Kbuild
index 8d1b9f484..fe147d884 100644
--- a/miscutils/Kbuild
+++ b/miscutils/Kbuild
@@ -6,9 +6,9 @@
lib-y:=
lib-$(CONFIG_ADJTIMEX) += adjtimex.o
+lib-$(CONFIG_BBCONFIG) += bbconfig.o
lib-$(CONFIG_CROND) += crond.o
lib-$(CONFIG_CRONTAB) += crontab.o
-lib-$(CONFIG_BBCONFIG) += bbconfig.o
lib-$(CONFIG_DC) += dc.o
lib-$(CONFIG_DEVFSD) += devfsd.o
lib-$(CONFIG_EJECT) += eject.o