archival/*: move "kbuild:" snippets into .c files

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2013-11-14 09:53:52 +01:00
parent 73225b6d6e
commit 66620fa626
13 changed files with 35 additions and 26 deletions

View File

@@ -7,6 +7,8 @@
* about bzip2 library code.
*/
//kbuild:lib-$(CONFIG_BZIP2) += bzip2.o
//usage:#define bzip2_trivial_usage
//usage: "[OPTIONS] [FILE]..."
//usage:#define bzip2_full_usage "\n\n"