diff options
Diffstat (limited to 'net/9p/Makefile')
-rw-r--r-- | net/9p/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/9p/Makefile b/net/9p/Makefile new file mode 100644 index 000000000000..ac46cb91900d --- /dev/null +++ b/net/9p/Makefile | |||
@@ -0,0 +1,13 @@ | |||
1 | obj-$(CONFIG_NET_9P) := 9p.o | ||
2 | |||
3 | 9p-objs := \ | ||
4 | mod.o \ | ||
5 | trans_fd.o \ | ||
6 | mux.o \ | ||
7 | client.o \ | ||
8 | conv.o \ | ||
9 | error.o \ | ||
10 | fcprint.o \ | ||
11 | util.o \ | ||
12 | |||
13 | 9p-$(CONFIG_SYSCTL) += sysctl.o | ||