VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 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/fs/unicode/Makefile b/fs/unicode/Makefile
index d46e9baee285..b88aecc86550 100644
--- a/fs/unicode/Makefile
+++ b/fs/unicode/Makefile
@@ -35,4 +35,4 @@ $(obj)/utf8data.h: $(src)/utf8data.h_shipped FORCE
 endif
 
 targets += utf8data.h
-hostprogs-y += mkutf8data
+hostprogs += mkutf8data