diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-14 09:53:52 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-14 09:53:52 +0100 |
commit | 66620fa62691271d777d11c562f894c65cd4f094 (patch) | |
tree | b4a46a3a62db3555836619c01e904472c0c385c1 /archival/ar.c | |
parent | 73225b6d6e14f63e048fd95b504a2d909684699f (diff) |
archival/*: move "kbuild:" snippets into .c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 2 |
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 @@ * http://www.unix-systems.org/single_unix_specification_v2/xcu/ar.html */ +//kbuild:lib-$(CONFIG_AR) += ar.o + //usage:#define ar_trivial_usage //usage: "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES" //usage:#define ar_full_usage "\n\n" |