diff options
author | Zachary P. Landau <zachary.landau@labxtechnologies.com> | 2006-01-26 17:37:59 -0500 |
---|---|---|
committer | Zachary P. Landau <zachary.landau@labxtechnologies.com> | 2006-01-26 17:37:59 -0500 |
commit | 3a108ed8682e8dab8bf301e91db1999d4cf88c55 (patch) | |
tree | 321bd1abc4304eb054c4c69009480f10e3424701 /examples | |
parent | eacbd317757327e8e7f018f5701c950429c4c6ae (diff) | |
download | u-boot-imx-3a108ed8682e8dab8bf301e91db1999d4cf88c55.zip u-boot-imx-3a108ed8682e8dab8bf301e91db1999d4cf88c55.tar.gz u-boot-imx-3a108ed8682e8dab8bf301e91db1999d4cf88c55.tar.bz2 |
Add support for r5200 board
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 2f8c4c4..a244d24 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -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) |