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/tar.c | |
parent | 73225b6d6e14f63e048fd95b504a2d909684699f (diff) | |
download | busybox-w32-66620fa62691271d777d11c562f894c65cd4f094.tar.gz busybox-w32-66620fa62691271d777d11c562f894c65cd4f094.tar.bz2 busybox-w32-66620fa62691271d777d11c562f894c65cd4f094.zip |
archival/*: move "kbuild:" snippets into .c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/tar.c b/archival/tar.c index 3cd033be3..f75a82ad9 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -42,6 +42,8 @@ | |||
42 | * This doesn't feel right, and IIRC GNU tar doesn't do that. | 42 | * This doesn't feel right, and IIRC GNU tar doesn't do that. |
43 | */ | 43 | */ |
44 | 44 | ||
45 | //kbuild:lib-$(CONFIG_TAR) += tar.o | ||
46 | |||
45 | #include <fnmatch.h> | 47 | #include <fnmatch.h> |
46 | #include "libbb.h" | 48 | #include "libbb.h" |
47 | #include "bb_archive.h" | 49 | #include "bb_archive.h" |