Split miscutils/Config.src items into miscutils/*.c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -9,11 +9,6 @@
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
|
||||
//applet:IF_CONSPY(APPLET(conspy, BB_DIR_BIN, BB_SUID_DROP))
|
||||
|
||||
//kbuild:lib-$(CONFIG_CONSPY) += conspy.o
|
||||
|
||||
//config:config CONSPY
|
||||
//config: bool "conspy"
|
||||
//config: default y
|
||||
@ -24,6 +19,10 @@
|
||||
//config: or conspy -nd NUM screenshot of console num
|
||||
//config: or conspy -cs NUM poor man's GNU screen like
|
||||
|
||||
//applet:IF_CONSPY(APPLET(conspy, BB_DIR_BIN, BB_SUID_DROP))
|
||||
|
||||
//kbuild:lib-$(CONFIG_CONSPY) += conspy.o
|
||||
|
||||
//usage:#define conspy_trivial_usage
|
||||
//usage: "[-vcsndfFQ] [-x COL] [-y LINE] [CONSOLE_NO]"
|
||||
//usage:#define conspy_full_usage "\n\n"
|
||||
|
Reference in New Issue
Block a user