|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Jan 25 23:52:58 CET 2007
Subject: [cvs-checkins] MODIFIED: rise ...
Date: 00/07/01 25:23:52 Modified: rise/examples Makefile.simple Log: - Changed to compile UART example. Revision Changes Path 1.2 rise/examples/Makefile.simple http://www.opencores.org/cvsweb.shtml/rise/examples/Makefile.simple.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: Makefile.simple =================================================================== RCS file: /cvsroot/cwalter/rise/examples/Makefile.simple,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- Makefile.simple 25 Jan 2007 21:20:06 -0000 1.1 +++ Makefile.simple 25 Jan 2007 22:52:58 -0000 1.2 @@ -3,7 +3,7 @@ # # Copyright (c) 2006 Christian Walter, Vienna 2006. # -# $Id: Makefile.simple,v 1.1 2007/01/25 21:20:06 cwalter Exp $ +# $Id: Makefile.simple,v 1.2 2007/01/25 22:52:58 cwalter Exp $ # # --------------------------------------------------------------------------- @@ -16,8 +16,8 @@ ASFLAGS = LDFLAGS = -TGT = subroutine -ASRC = subroutine.s +TGT = uart_complex +ASRC = uart_complex.s OBJS = $(ASRC:.s=.o) .PHONY: clean all
|
 |