This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to avoid syslink.ko removal after rebuild PSP and "make modules_install" ?

I keep running into this issue and do not know how to avoid or resolve.  

Build and Install:

make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage modules
sudo make modules_install INSTALL_MOD_PATH=${EZSDK}/targetfs/fs ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-

Boot failure because syslink.ko has disappeared:

        PRCM for IVHD2 is Done Successfully  
PRCM Initialization completed 
FATAL: Module syslink not found.

I read that syslink is "out of tree" but do not understand what that means.  Does "out of tree" mean not built with the other PSP kernel modules?

Where did EZSDK install it from then and how can I restore it? 

Thanks,

-Ed