diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/.gitignore | 2 | ||||
-rw-r--r-- | usr/Makefile | 2 | ||||
-rw-r--r-- | usr/gen_init_cpio.c | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/usr/.gitignore b/usr/.gitignore index 69b2e89fa165..8e48117a3f3d 100644 --- a/usr/.gitignore +++ b/usr/.gitignore | |||
@@ -4,5 +4,7 @@ | |||
4 | gen_init_cpio | 4 | gen_init_cpio |
5 | initramfs_data.cpio | 5 | initramfs_data.cpio |
6 | initramfs_data.cpio.gz | 6 | initramfs_data.cpio.gz |
7 | initramfs_data.cpio.bz2 | ||
8 | initramfs_data.cpio.lzma | ||
7 | initramfs_list | 9 | initramfs_list |
8 | include | 10 | include |
diff --git a/usr/Makefile b/usr/Makefile index 245145a99c10..1e6a9e4a72cc 100644 --- a/usr/Makefile +++ b/usr/Makefile | |||
@@ -6,7 +6,7 @@ klibcdirs:; | |||
6 | PHONY += klibcdirs | 6 | PHONY += klibcdirs |
7 | 7 | ||
8 | 8 | ||
9 | # Gzip, but no bzip2 | 9 | # Gzip |
10 | suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz | 10 | suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz |
11 | 11 | ||
12 | # Bzip2 | 12 | # Bzip2 |
diff --git a/usr/gen_init_cpio.c b/usr/gen_init_cpio.c index f1d3fe34176a..83b3dde1a83b 100644 --- a/usr/gen_init_cpio.c +++ b/usr/gen_init_cpio.c | |||
@@ -446,7 +446,7 @@ static int cpio_mkfile_line(const char *line) | |||
446 | return rc; | 446 | return rc; |
447 | } | 447 | } |
448 | 448 | ||
449 | void usage(const char *prog) | 449 | static void usage(const char *prog) |
450 | { | 450 | { |
451 | fprintf(stderr, "Usage:\n" | 451 | fprintf(stderr, "Usage:\n" |
452 | "\t%s <cpio_list>\n" | 452 | "\t%s <cpio_list>\n" |