hi,
kernel: 2.4.21-pre6 + Ghozlane Toumi allmodconfig patch
When I make 'make allmodconfig' and then 'make oldconfig'
for some options are necesary manual data imput, _but not in theory_
because allmodconfig must build everything.
These are:
Kernel core (/proc/kcore) format (ELF, A.OUT) [ELF]
Enable procfs status report (+2kb) (CONFIG_FT_PROC_FS) [N/y/?]
Support for /proc/radio-typhoon (CONFIG_RADIO_TYPHOON_PROC_FS) [N/y/?]
all these options depend of CONFIG_PROC_FS:
drivers/char/ftape/Config.in
if [ "$CONFIG_PROC_FS" = "y" ]; then
bool ' Enable procfs status report (+2kb)' CONFIG_FT_PROC_FS
fi
drivers/media/radio/Config.in
if [ "$CONFIG_PROC_FS" = "y" ]; then
if [ "$CONFIG_RADIO_TYPHOON" = "y" ]; then
bool ' Support for /proc/radio-typhoon'
CONFIG_RADIO_TYPHOON_PROC_FS
fi
fi
arch/i386/config.in
if [ "$CONFIG_PROC_FS" = "y" ]; then
choice 'Kernel core (/proc/kcore) format' \
"ELF CONFIG_KCORE_ELF \
A.OUT CONFIG_KCORE_AOUT" ELF
fi
I was trying to catch the error but I am not a kbuild wizard,
does anyone know where is the problem ?
-thanks-
regards,
--
Galiza nin perdoa nin esquence. Governo demision!
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel