You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-$(CONFIG_NET_9P) := 9pnet.o
|
|
|
|
9pnet-objs := \
|
|
mod.o \
|
|
trans_fd.o \
|
|
mux.o \
|
|
client.o \
|
|
conv.o \
|
|
error.o \
|
|
fcprint.o \
|
|
util.o \
|
|
|
|
9pnet-$(CONFIG_SYSCTL) += sysctl.o
|
|
|