From: Robert P. J. Day Date: Sun, 5 Jul 2009 13:46:19 +0000 (-0400) Subject: kbuild: correct initramfs compression comment X-Git-Tag: firefly_0821_release~12428^2~27 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0bc9f9e63c0aa9c60ee309039d8f52708145ea4b;p=firefly-linux-kernel-4.4.55.git kbuild: correct initramfs compression comment Fix the Makefile comment since bzip2 is now supported. Signed-off-by: Robert P. J. Day Signed-off-by: Sam Ravnborg --- 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