summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2009-07-05 09:46:19 -0400
committerSam Ravnborg <sam@ravnborg.org>2009-07-17 23:00:13 +0200
commited53a54c88cb640e1e83dae8bcf74ddfad1fa4e3 (patch)
treeae99e6d6912308c1c826f04e158d8c9936c83935 /usr
parent4b0a84043e0c14088958fddb62f416d050368011 (diff)
kbuild: correct initramfs compression comment
Fix the Makefile comment since bzip2 is now supported. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'usr')
-rw-r--r--usr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/Makefile b/usr/Makefile
index 245145a99c10..1e6a9e4a72cc 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