aboutsummaryrefslogtreecommitdiff
path: root/editors/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Kbuild')
-rw-r--r--editors/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/Kbuild b/editors/Kbuild
index d991e1faf..76302aa76 100644
--- a/editors/Kbuild
+++ b/editors/Kbuild
@@ -6,6 +6,8 @@
6 6
7lib-y:= 7lib-y:=
8lib-$(CONFIG_AWK) += awk.o 8lib-$(CONFIG_AWK) += awk.o
9lib-$(CONFIG_CMP) += cmp.o
10lib-$(CONFIG_DIFF) += diff.o
9lib-$(CONFIG_ED) += ed.o 11lib-$(CONFIG_ED) += ed.o
10lib-$(CONFIG_PATCH) += patch.o 12lib-$(CONFIG_PATCH) += patch.o
11lib-$(CONFIG_SED) += sed.o 13lib-$(CONFIG_SED) += sed.o