Re: [PATCH] fix 2.4.8 compile errors

From: Andrzej Krzysztofowicz (ankry@pg.gda.pl)
Date: Tue Aug 14 2001 - 05:49:58 EST


"Rich Baum wrote:"
> diff -urN -X dontdiff linux-2.4.8/drivers/net/Config.in
...
> + if [ "$ARCH" = "arm" ]; then
...
> + if [ "$ARCH" = "sh" ]; then

I don't remember the reason the ARCH variable was almost removed from
configuration some time ago (probably for better build dependencies check),
but wouldn't it better to replace the above by:

if [ "$CONFIG_ARM" = "y" ]; then

if [ "$CONFIG_SUPERH" = "y" ]; then

?

Andrzej

-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Technical University of Gdansk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Aug 15 2001 - 21:00:51 EST