Add support for r5200 board

This commit is contained in:
Zachary P. Landau
2006-01-26 17:37:59 -05:00
parent eacbd31775
commit 3a108ed868
11 changed files with 704 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ clibdir := $(shell dirname `$(CC) $(CFLAGS) -print-file-name=libc.a`)
CPPFLAGS += -I..
all: .depend $(OBJS) $(LIB) $(SREC) $(BIN)
all: .depend $(OBJS) $(LIB) #$(SREC) $(BIN)
#########################################################################
$(LIB): .depend $(LIBOBJS)