VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2020-02-02 01:49:24 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-02-04 01:53:07 +0900 commit: 5f2fb52fac15a8a8e10ce020dd532504a8abfc4e parent: faa7bdd7e9e1441ed82819b8db8bb43d3d3fd818
Commit Summary:
kbuild: rename hostprogs-y/always to hostprogs/always-y
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/usr/Makefile b/usr/Makefile
index 244862bfb765..18aed2ab98da 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.