to neo:
when i tried the command u given:
it works for "make menuconfig"
but it seems not good for "make dep":
[root@localhost linux]# make dep
*** Warning: make dep is unnecessary now.
then i ignored "make dep" and proceed to "make bzImage' and it completed successfully and so is the "make modules" and it stoped in "make modules_install", here is the error message:
[root@localhost linux-2.6.9]# make modules_install
INSTALL arch/i386/crypto/aes-i586.ko
cp: cannot stat `arch/i386/crypto/aes-i586.ko': No such file or directory
make[1]: *** [arch/i386/crypto/aes-i586.ko] Error 1
make: *** [_modinst_] Error 2
can help me to resolve this?
??
regards,