- add chrt applet.

text    data     bss     dec     hex filename
    769       0       0     769     301 miscutils/chrt.o
and could use some further shrinkage
This commit is contained in:
Bernhard Reutner-Fischer
2007-03-09 16:56:38 +00:00
parent 339f5eb2e0
commit 71bc71a7dc
6 changed files with 150 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
lib-y:=
lib-$(CONFIG_ADJTIMEX) += adjtimex.o
lib-$(CONFIG_BBCONFIG) += bbconfig.o
lib-$(CONFIG_CHRT) += chrt.o
lib-$(CONFIG_CROND) += crond.o
lib-$(CONFIG_CRONTAB) += crontab.o
lib-$(CONFIG_DC) += dc.o