diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-29 09:05:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-29 09:05:50 +0000 |
commit | d16950ded91446a23a6ceef35fb3e100400301d9 (patch) | |
tree | 038faff9ea801e5d7f022b75256fc52e66186b75 /util-linux/Kbuild | |
parent | f7d87f9b183aa28777ce09d40222fbe221d15c91 (diff) | |
download | busybox-w32-d16950ded91446a23a6ceef35fb3e100400301d9.tar.gz busybox-w32-d16950ded91446a23a6ceef35fb3e100400301d9.tar.bz2 busybox-w32-d16950ded91446a23a6ceef35fb3e100400301d9.zip |
acpid: new applet by Vladimir. +737 bytes
Diffstat (limited to 'util-linux/Kbuild')
-rw-r--r-- | util-linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Kbuild b/util-linux/Kbuild index 2d0fc4928..842afb756 100644 --- a/util-linux/Kbuild +++ b/util-linux/Kbuild | |||
@@ -5,6 +5,7 @@ | |||
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | 5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. |
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | lib-$(CONFIG_ACPID) += acpid.o | ||
8 | lib-$(CONFIG_BLKID) += blkid.o | 9 | lib-$(CONFIG_BLKID) += blkid.o |
9 | lib-$(CONFIG_DMESG) += dmesg.o | 10 | lib-$(CONFIG_DMESG) += dmesg.o |
10 | lib-$(CONFIG_FBSET) += fbset.o | 11 | lib-$(CONFIG_FBSET) += fbset.o |