]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - net/9p/Makefile
kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"
[mirror_ubuntu-focal-kernel.git] / net / 9p / Makefile
1 obj-$(CONFIG_NET_9P) := 9pnet.o
2
3 9pnet-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 9pnet-$(CONFIG_SYSCTL) += sysctl.o