*: add INSERTs to *.src files where appropriate

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-06-08 12:15:11 +02:00
parent b68bba5649
commit d70e0e995e
49 changed files with 102 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
menu "Linux System Utilities"
INSERT
config ACPID
bool "acpid"
default y

View File

@@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
INSERT
lib-$(CONFIG_ACPID) += acpid.o
lib-$(CONFIG_BLKID) += blkid.o
lib-$(CONFIG_DMESG) += dmesg.o

View File

@@ -6,6 +6,8 @@
lib-y:=
INSERT
lib-$(CONFIG_BLKID) += get_devname.o
lib-$(CONFIG_FINDFS) += get_devname.o
lib-$(CONFIG_FEATURE_MOUNT_LABEL) += get_devname.o