see in Linux kernel compilation if you just do
make ARCH=xyz uImage
then it will compile the files according to your .conf file and create a .o or .ko in the same folder where your .c file is located.
So, is there a way I can force the compilation so that all .o and .ko are any in another folder that I specified
source
share