Hello,
 
I try to copy a self compiled kernel module using "install_copy" into the rootfs. (inside a rule makefile)
 
Basically the file gets copied, but the file is smaller and can not ne inserted using insmod.
It looks that install_copy runs strip or something overmy file.
 
How can I make a plain file copy into the rootfs ?
Where in ptxdist is "install_copy" defined ?
 
(I don't want to integrate my module into the kernel tree or kernel package)
 
 
Best regards,
 
Matthias