diff options
author | Denys Vlasenko | 2017-09-18 16:28:43 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-09-18 16:28:43 +0200 |
commit | 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 (patch) | |
tree | cfe1328d742da3f0572ac8b2f06aa95259862ac5 /archival/bzip2.c | |
parent | b63afead4411c5832d427ed149683c85cc81a4c9 (diff) | |
download | busybox-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.zip busybox-0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5.tar.gz |
regularize format of source file headers, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/bzip2.c')
-rw-r--r-- | archival/bzip2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bzip2.c b/archival/bzip2.c index d578eb7..d6fd929 100644 --- a/archival/bzip2.c +++ b/archival/bzip2.c @@ -6,7 +6,6 @@ * See README and LICENSE files in bz/ directory for more information * about bzip2 library code. */ - //config:config BZIP2 //config: bool "bzip2 (18 kb)" //config: default y @@ -30,6 +29,7 @@ //config: enabled. //applet:IF_BZIP2(APPLET(bzip2, BB_DIR_USR_BIN, BB_SUID_DROP)) + //kbuild:lib-$(CONFIG_BZIP2) += bzip2.o //usage:#define bzip2_trivial_usage |