diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/.gitignore | 2 | ||||
-rw-r--r-- | usr/Makefile | 2 |
2 files changed, 3 insertions, 1 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 |