author: Linus Torvalds <torvalds@linux-foundation.org> 2020-02-09 16:05:50 -0800
committer: Linus Torvalds <torvalds@linux-foundation.org> 2020-02-09 16:05:50 -0800
commit: 89a47dd1af8fdda667938ec190d9595d55d7ec6f
parent: 380a129eb2c20d4b7b5be744e80e2ec18b24220b
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/usr/Makefile b/usr/Makefile
index b6081bb2cc72..c12e6b15ce72 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -52,7 +52,7 @@ ifeq ($(cpio-data),)
cpio-data := $(obj)/initramfs_data.cpio
-hostprogs-y := gen_init_cpio
+hostprogs := gen_init_cpio
# .initramfs_data.cpio.d is used to identify all files included
# in initramfs and to detect if any files are added/removed.