Hi all~
I'd like to build kernel module on S32G
but I can't find kernel config(.config) in /boot directory
please let me know where that .config is
Ah.. I found it...
cp /proc/config.gz /home/root
gzip -d /home/root/config.gz
Thank you