From d70e0e995e41dc422442acd1eb4b086ff81b1961 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 8 Jun 2010 12:15:11 +0200 Subject: *: add INSERTs to *.src files where appropriate Signed-off-by: Denys Vlasenko --- editors/Config.src | 2 ++ editors/Kbuild.src | 2 ++ 2 files changed, 4 insertions(+) (limited to 'editors') diff --git a/editors/Config.src b/editors/Config.src index 6cf21919c..fc824ccd5 100644 --- a/editors/Config.src +++ b/editors/Config.src @@ -5,6 +5,8 @@ menu "Editors" +INSERT + config AWK bool "awk" default y diff --git a/editors/Kbuild.src b/editors/Kbuild.src index 76302aa76..9d4b9d053 100644 --- a/editors/Kbuild.src +++ b/editors/Kbuild.src @@ -5,6 +5,8 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= + +INSERT lib-$(CONFIG_AWK) += awk.o lib-$(CONFIG_CMP) += cmp.o lib-$(CONFIG_DIFF) += diff.o -- cgit v1.2.3