aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/.gitignore2
-rw-r--r--usr/Makefile2
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 @@
4gen_init_cpio 4gen_init_cpio
5initramfs_data.cpio 5initramfs_data.cpio
6initramfs_data.cpio.gz 6initramfs_data.cpio.gz
7initramfs_data.cpio.bz2
8initramfs_data.cpio.lzma
7initramfs_list 9initramfs_list
8include 10include
diff --git a/usr/Makefile b/usr/Makefile
index 245145a99c10..1e6a9e4a72cc 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -6,7 +6,7 @@ klibcdirs:;
6PHONY += klibcdirs 6PHONY += klibcdirs
7 7
8 8
9# Gzip, but no bzip2 9# Gzip
10suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz 10suffix_$(CONFIG_INITRAMFS_COMPRESSION_GZIP) = .gz
11 11
12# Bzip2 12# Bzip2