From 73225b6d6e14f63e048fd95b504a2d909684699f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 13 Nov 2013 12:45:33 +0100 Subject: switch editors/* to embedded-in-source kbuild system Signed-off-by: Denys Vlasenko --- editors/ed.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'editors/ed.c') diff --git a/editors/ed.c b/editors/ed.c index dbb51306c..3087fb0b9 100644 --- a/editors/ed.c +++ b/editors/ed.c @@ -7,6 +7,18 @@ * The "ed" built-in command (much simplified) */ +//config:config ED +//config: bool "ed" +//config: default y +//config: help +//config: The original 1970's Unix text editor, from the days of teletypes. +//config: Small, simple, evil. Part of SUSv3. If you're not already using +//config: this, you don't need it. + +//kbuild:lib-$(CONFIG_ED) += ed.o + +//applet:IF_ED(APPLET(ed, BB_DIR_BIN, BB_SUID_DROP)) + //usage:#define ed_trivial_usage "" //usage:#define ed_full_usage "" -- cgit v1.2.3