I am tasked with porting a native Linux driver for our SPI-based device from ARM architecture to x86-64. I have the device XML description. The source code compiles and I get an .so file. What should I do now, just copy it to the target system? I couldn't find clear instructions anywhere.