Dear sir
I am working on Zedboard and trying to build mine kernel. So here is mine snippet of mine script:-
echo -e "\e[0;32m---- Build kernel -----------\e[0m" source ~/architech_sdk/architech/zedboard/toolchain/environment-nofs make LOADADDR=0x8000 uImage
echo -e "\e[0;32m---- Build modules ---\e[0m"
make modules
I am having the .config file for mine Zedboard.The problem is this moment i am calling make modules it is giving me a lot of option and asking to put yes or no for each of one. I am very new to Linux and i do not know about those options. What is way out??
Regards
Aditya