02da398b95
Remove depricated conv functions which have been replaced with new protocol routines. This patch also reworks the one instance of the file-system code which directly calls conversion routines (to accomplish unpacking dirreads). Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
14 lines
207 B
Makefile
14 lines
207 B
Makefile
obj-$(CONFIG_NET_9P) := 9pnet.o
|
|
obj-$(CONFIG_NET_9P_VIRTIO) += 9pnet_virtio.o
|
|
|
|
9pnet-objs := \
|
|
mod.o \
|
|
client.o \
|
|
error.o \
|
|
util.o \
|
|
protocol.o \
|
|
trans_fd.o \
|
|
|
|
9pnet_virtio-objs := \
|
|
trans_virtio.o \
|