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 69b2e89..8e48117 100644 --- a/usr/.gitignore +++ b/usr/.gitignore @@ -4,5 +4,7 @@ gen_init_cpio initramfs_data.cpio initramfs_data.cpio.gz +initramfs_data.cpio.bz2 +initramfs_data.cpio.lzma initramfs_list include diff --git a/usr/Makefile b/usr/Makefile index 245145a..1e6a9e4 100644 --- a/usr/Makefile +++ b/usr/Makefile @@ -6,7 +6,7 @@ klibcdirs:; PHONY += klibcdirs -# Gzip, but no bzip2 +# Gzip suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz # Bzip2 |