From: Abraham vd M. <ab...@us...> - 2003-08-06 22:55:44
|
Update of /cvsroot/blob/blob/include/blob/arch In directory sc8-pr-cvs1:/tmp/cvs-serv7704/include/blob/arch Modified Files: Makefile.am Log Message: Support for CSIR IMS board and also a working PXA25x port. Still needs some cleaning up and the lubbock and PXA IDP targets are going to be broken by this (not sure if they ever worked and fixing them is trivial). Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.am 26 Nov 2002 18:52:52 -0000 1.12 +++ Makefile.am 6 Aug 2003 22:55:40 -0000 1.13 @@ -30,7 +30,8 @@ shannon.h \ system3.h \ trizeps.h \ - pxa_idp.h + pxa_idp.h \ + csir_ims.h CLEANFILES = ${srcdir}/*~ |