VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: David Howells <dhowells@redhat.com> 2009-04-03 16:42:38 +0100 committer: David Howells <dhowells@redhat.com> 2009-04-03 16:42:38 +0100 commit: 726dd7ff10c217dd74329c94643dc8ebea27334b parent: 955d00917f0c094e0f2fb88df967e980ab66b8ca
Commit Summary:
FS-Cache: Add netfs registration
Diffstat:
1 file changed, 2 insertions, 1 deletion
diff --git a/fs/fscache/Makefile b/fs/fscache/Makefile
index f88ac1764ce3..ecf6946eaeb3 100644
--- a/fs/fscache/Makefile
+++ b/fs/fscache/Makefile
@@ -6,7 +6,8 @@ fscache-y := \
 	cache.o \
 	cookie.o \
 	fsdef.o \
-	main.o
+	main.o \
+	netfs.o
 
 fscache-$(CONFIG_PROC_FS) += proc.o
 fscache-$(CONFIG_FSCACHE_STATS) += stats.o