VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Nicholas Piggin <npiggin@gmail.com> 2017-01-05 20:29:35 +1000 committer: Linus Torvalds <torvalds@linux-foundation.org> 2017-01-05 09:40:16 -0800 commit: ae30ab4cd711a147cafaf5674c333c5a84fe53fb parent: e02003b515e8d95f40f20f213622bb82510873d2
Commit Summary:
kbuild: initramfs fix dependency checking for compressed target
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/usr/Makefile b/usr/Makefile
index 17a513268325..746c3fd0b933 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -5,7 +5,7 @@
 klibcdirs:;
 PHONY += klibcdirs
 
-suffix_y = $(CONFIG_INITRAMFS_COMPRESSION)
+suffix_y = $(subst $\",,$(CONFIG_INITRAMFS_COMPRESSION))
 AFLAGS_initramfs_data.o += -DINITRAMFS_IMAGE="usr/initramfs_data.cpio$(suffix_y)"
 
 # Generate builtin.o based on initramfs_data.o