From: Tim R. <tim...@us...> - 2002-04-19 19:59:26
|
Update of /cvsroot/blob/blob/src/lib In directory usw-pr-cvs1:/tmp/cvs-serv16668/src/lib Modified Files: Makefile.am Log Message: turn off pcmcia/ide will headers are checked in Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/src/lib/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile.am 18 Apr 2002 19:52:49 -0000 1.15 +++ Makefile.am 19 Apr 2002 19:59:23 -0000 1.16 @@ -25,12 +25,14 @@ libblob.a +# no headers, so these are broken +# ide.c \ +# pcmcia.c \ libblob_a_SOURCES = \ command.c \ crc32.c \ error.c \ icache.c \ - ide.c \ init.c \ led.c \ md5.c \ @@ -38,7 +40,6 @@ memcpy.c \ memset.c \ mini_inflate.c \ - pcmcia.c \ printf.c \ reboot.c \ serial.c \ |