Hello All,
I have build linux kernel for embedded platform but I am not able to see any thing inside
/lib directory after booting with the kernel on the embedded board. I did the following:
make ARCH=arm CROSS_COMPILE=${TARGET}- menuconfig
[ configure the linux kernel as per requirements]
make
make modules
I do see following messages after doing make modules:
CHK include/linux/version.h
make[1]: `arch/arm/kernel/asm-offsets.s' is up to date.
make[1]: `include/asm-arm/mach-types.h' is up to date.
Building modules, stage 2.
MODPOST
Can any body please kindly tell me how to go about building modules for embedded platform.
Regards,
Vipul.