VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: David Howells <dhowells@redhat.com> 2020-11-03 11:32:41 +0000 committer: David Howells <dhowells@redhat.com> 2021-04-23 10:14:32 +0100 commit: 289af54cc67ace285b6d4335a54324562894c4e2 parent: 77b4d2c6316ab096e3f77eea240144941434f2a4
Commit Summary:
netfs: Gather stats
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/fs/netfs/Makefile b/fs/netfs/Makefile
index 4b4eff2ba369..c15bfc966d96 100644
--- a/fs/netfs/Makefile
+++ b/fs/netfs/Makefile
@@ -1,6 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0
 
-netfs-y := \
-	read_helper.o
+netfs-y := read_helper.o stats.o
 
 obj-$(CONFIG_NETFS_SUPPORT) := netfs.o