Update of /cvsroot/blob/blob/utils
In directory usw-pr-cvs1:/tmp/cvs-serv8216/utils
Modified Files:
Makefile.am
Log Message:
add i2c_probe
fix badge4 initialization to fetch the SDRAM info out of the SPD
add i2c.c and i2c-gpio.c to lib build
remove ide.c and pcmcia.c from lib build (currently broken)
switch initial terminal baud to whatever is in arch header
Index: Makefile.am
===================================================================
RCS file: /cvsroot/blob/blob/utils/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 26 Apr 2002 07:12:38 -0000 1.5
+++ Makefile.am 27 Apr 2002 00:55:04 -0000 1.6
@@ -5,7 +5,6 @@
SUBDIRS = \
build \
- test \
mkparamblock
CLEANFILES = *~
|