aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Makefile.in')
-rw-r--r--editors/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile.in b/editors/Makefile.in
index f4f604e6a..cf6006a2c 100644
--- a/editors/Makefile.in
+++ b/editors/Makefile.in
@@ -24,6 +24,7 @@ endif
EDITOR-y:=
EDITOR-$(CONFIG_AWK) += awk.o
+EDITOR-$(CONFIG_PATCH) += patch.o
EDITOR-$(CONFIG_SED) += sed.o
EDITOR-$(CONFIG_VI) += vi.o
EDITOR_SRC:= $(EDITOR-y)