Greetings.
I've got an educational challenging task to develop
my own or to improve an existing one USB
device over IP network sharing system. And I've
made a decision to explore USB/IP project.
I've tried to explore it on my own, but I still have
questions which I haven't found an answer yet.
M
Greetings.
How can I build USB/IP kernel modules and userspace tools
sparsely
from linux kernel tree?
I've tried
make O=/home/build/directory/ drivers/staging/usbip/
but this only compiles .c files to .o files, but doesn't
link them to kernel object .ko files.
And I need to build usersp