From: Pete P. <pp...@us...> - 2002-09-25 07:39:02
|
Update of /cvsroot/linux-mips/linux/arch/mips/zboot In directory usw-pr-cvs1:/tmp/cvs-serv13662/arch/mips/zboot Modified Files: Makefile Log Message: Au updates and Hydrogen Board support. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/zboot/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile 12 Apr 2002 20:45:07 -0000 1.4 +++ Makefile 25 Sep 2002 07:38:58 -0000 1.5 @@ -48,6 +48,9 @@ ifdef CONFIG_MIPS_PB1100 $(MAKE) -C pb1xxx endif +ifdef CONFIG_MIPS_HYD1100 + $(MAKE) -C pb1xxx +endif # Do the dirs clean: |