diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-09 16:56:38 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-09 16:56:38 +0000 |
commit | 86e42219374c2887b0ee88ef07741d0df5942dbb (patch) | |
tree | 0dba091508cc1a72f77a0c6eae2afed1d0d550aa /miscutils/Kbuild | |
parent | 32c75acf86a832e5002357bc5f95d489cfd6170f (diff) | |
download | busybox-w32-86e42219374c2887b0ee88ef07741d0df5942dbb.tar.gz busybox-w32-86e42219374c2887b0ee88ef07741d0df5942dbb.tar.bz2 busybox-w32-86e42219374c2887b0ee88ef07741d0df5942dbb.zip |
- add chrt applet.
text data bss dec hex filename
769 0 0 769 301 miscutils/chrt.o
and could use some further shrinkage
git-svn-id: svn://busybox.net/trunk/busybox@18055 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Kbuild')
-rw-r--r-- | miscutils/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Kbuild b/miscutils/Kbuild index fe147d884..455113764 100644 --- a/miscutils/Kbuild +++ b/miscutils/Kbuild | |||
@@ -7,6 +7,7 @@ | |||
7 | lib-y:= | 7 | lib-y:= |
8 | lib-$(CONFIG_ADJTIMEX) += adjtimex.o | 8 | lib-$(CONFIG_ADJTIMEX) += adjtimex.o |
9 | lib-$(CONFIG_BBCONFIG) += bbconfig.o | 9 | lib-$(CONFIG_BBCONFIG) += bbconfig.o |
10 | lib-$(CONFIG_CHRT) += chrt.o | ||
10 | lib-$(CONFIG_CROND) += crond.o | 11 | lib-$(CONFIG_CROND) += crond.o |
11 | lib-$(CONFIG_CRONTAB) += crontab.o | 12 | lib-$(CONFIG_CRONTAB) += crontab.o |
12 | lib-$(CONFIG_DC) += dc.o | 13 | lib-$(CONFIG_DC) += dc.o |