diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-22 16:39:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-22 16:39:48 +0000 |
commit | 32eddffa30538e5c4c6bd6bc580557a9ade9bac3 (patch) | |
tree | 43fe97e0f0e315d50b08582217be33581182f8f1 /miscutils/Kbuild | |
parent | c8717cd8571cd35d71696aab8aa847169756bd9f (diff) | |
download | busybox-w32-32eddffa30538e5c4c6bd6bc580557a9ade9bac3.tar.gz busybox-w32-32eddffa30538e5c4c6bd6bc580557a9ade9bac3.tar.bz2 busybox-w32-32eddffa30538e5c4c6bd6bc580557a9ade9bac3.zip |
- revert r15563 (pull current version of taskset off the busybox_scratch branch)
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 16c76fa38..8d1b9f484 100644 --- a/miscutils/Kbuild +++ b/miscutils/Kbuild | |||
@@ -25,5 +25,6 @@ lib-$(CONFIG_RUNLEVEL) += runlevel.o | |||
25 | lib-$(CONFIG_RX) += rx.o | 25 | lib-$(CONFIG_RX) += rx.o |
26 | lib-$(CONFIG_SETSID) += setsid.o | 26 | lib-$(CONFIG_SETSID) += setsid.o |
27 | lib-$(CONFIG_STRINGS) += strings.o | 27 | lib-$(CONFIG_STRINGS) += strings.o |
28 | lib-$(CONFIG_TASKSET) += taskset.o | ||
28 | lib-$(CONFIG_TIME) += time.o | 29 | lib-$(CONFIG_TIME) += time.o |
29 | lib-$(CONFIG_WATCHDOG) += watchdog.o | 30 | lib-$(CONFIG_WATCHDOG) += watchdog.o |