aboutsummaryrefslogtreecommitdiff
path: root/archival/ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/ar.c')
-rw-r--r--archival/ar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/ar.c b/archival/ar.c
index 88236e878..0a8d828d6 100644
--- a/archival/ar.c
+++ b/archival/ar.c
@@ -17,6 +17,8 @@
17 * http://www.unix-systems.org/single_unix_specification_v2/xcu/ar.html 17 * http://www.unix-systems.org/single_unix_specification_v2/xcu/ar.html
18 */ 18 */
19 19
20//kbuild:lib-$(CONFIG_AR) += ar.o
21
20//usage:#define ar_trivial_usage 22//usage:#define ar_trivial_usage
21//usage: "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES" 23//usage: "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES"
22//usage:#define ar_full_usage "\n\n" 24//usage:#define ar_full_usage "\n\n"