diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Config.src | 2 | ||||
-rw-r--r-- | editors/Kbuild.src | 2 |
2 files changed, 4 insertions, 0 deletions
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 |