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-d16950ded91446a23a6ceef35fb3e100400301d9.tar.gz |
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 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= +lib-$(CONFIG_ACPID) += acpid.o lib-$(CONFIG_BLKID) += blkid.o lib-$(CONFIG_DMESG) += dmesg.o lib-$(CONFIG_FBSET) += fbset.o |