switch editors/* to embedded-in-source kbuild system

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2013-11-13 12:45:33 +01:00
parent f200f732f4
commit 73225b6d6e
7 changed files with 61 additions and 53 deletions

View File

@@ -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 ""