aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-29 09:05:50 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-29 09:05:50 +0000
commitd16950ded91446a23a6ceef35fb3e100400301d9 (patch)
tree038faff9ea801e5d7f022b75256fc52e66186b75 /util-linux/Kbuild
parentf7d87f9b183aa28777ce09d40222fbe221d15c91 (diff)
downloadbusybox-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/Kbuild1
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
7lib-y:= 7lib-y:=
8lib-$(CONFIG_ACPID) += acpid.o
8lib-$(CONFIG_BLKID) += blkid.o 9lib-$(CONFIG_BLKID) += blkid.o
9lib-$(CONFIG_DMESG) += dmesg.o 10lib-$(CONFIG_DMESG) += dmesg.o
10lib-$(CONFIG_FBSET) += fbset.o 11lib-$(CONFIG_FBSET) += fbset.o