diff options
author | Bernhard Reutner-Fischer | 2006-11-22 16:39:48 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-11-22 16:39:48 +0000 |
commit | 32eddffa30538e5c4c6bd6bc580557a9ade9bac3 (patch) | |
tree | 43fe97e0f0e315d50b08582217be33581182f8f1 /miscutils/Kbuild | |
parent | c8717cd8571cd35d71696aab8aa847169756bd9f (diff) | |
download | busybox-32eddffa30538e5c4c6bd6bc580557a9ade9bac3.zip busybox-32eddffa30538e5c4c6bd6bc580557a9ade9bac3.tar.gz |
- 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 16c76fa..8d1b9f4 100644 --- a/miscutils/Kbuild +++ b/miscutils/Kbuild @@ -25,5 +25,6 @@ lib-$(CONFIG_RUNLEVEL) += runlevel.o lib-$(CONFIG_RX) += rx.o lib-$(CONFIG_SETSID) += setsid.o lib-$(CONFIG_STRINGS) += strings.o +lib-$(CONFIG_TASKSET) += taskset.o lib-$(CONFIG_TIME) += time.o lib-$(CONFIG_WATCHDOG) += watchdog.o |