From: Pete P. <pp...@us...> - 2002-09-25 07:39:02
|
Update of /cvsroot/linux-mips/linux/arch/mips/zboot/pb1xxx In directory usw-pr-cvs1:/tmp/cvs-serv13662/arch/mips/zboot/pb1xxx Modified Files: Makefile Log Message: Au updates and Hydrogen Board support. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/zboot/pb1xxx/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 12 Apr 2002 18:13:48 -0000 1.2 +++ Makefile 25 Sep 2002 07:38:59 -0000 1.3 @@ -41,6 +41,10 @@ BNAME=pb1500 endif +ifdef CONFIG_MIPS_HYD1100 +BNAME=hyd1100 +endif + # These two variables control where the zImage is stored # in flash and loaded in memory. If you change either one, # be sure to make the appropriate change to the zImage |