diff options
Diffstat (limited to 'coreutils/cksum.c')
-rw-r--r-- | coreutils/cksum.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/coreutils/cksum.c b/coreutils/cksum.c index 8a8a39f68..aeec0188d 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c | |||
@@ -6,6 +6,15 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config CKSUM | ||
10 | //config: bool "cksum" | ||
11 | //config: default y | ||
12 | //config: help | ||
13 | //config: cksum is used to calculate the CRC32 checksum of a file. | ||
14 | |||
15 | //applet:IF_CKSUM(APPLET_NOEXEC(cksum, cksum, BB_DIR_USR_BIN, BB_SUID_DROP, cksum)) | ||
16 | |||
17 | //kbuild:lib-$(CONFIG_CKSUM) += cksum.o | ||
9 | 18 | ||
10 | //usage:#define cksum_trivial_usage | 19 | //usage:#define cksum_trivial_usage |
11 | //usage: "FILES..." | 20 | //usage: "FILES..." |