On Tue, May 22, 2001 at 12:00:04PM -0700, Jianlin Liang wrote:
> modified
> /arch/arm/def-configs/neponset, adding "CONFIG_VIDEO_DEV=y",
> "CONFIG_VIDEO_CPIA=y" and "CONFIG_VIDEO_CPIA_USB=y",
> then run "make neponset_config", "make old_config", "make dep", the line
> appeared
> in autoconf.h is "#undef CONFIG_VIDEO_DEV". So I had to change autoconf.h
> by myself.
No. No no no no no!
Under _zero_ circumstances should you touch autoconf.h. Even kernel
developers _don't_ touch it, even for a quick fix. If you want to
do such quick fixes (not recommended anyway) edit .config _and_then_run
make_oldconfig_. BUT, you should really be using 'make menuconfig' or
'make config' in any case.
If you have an existing configuration, 'make *_config' has no effect.
You need to remove .config first for it to have an effect. (make *_config
just changes the default configuration, not the current configuration).
I'm considering making it remove .config through so that the above
sequence of commands works.
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King [EMAIL PROTECTED] --- ---
| | | | http://www.arm.linux.org.uk/ / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.