Changeset 163 for trunk/softs


Ignore:
Timestamp:
May 11, 2011, 10:51:17 AM (13 years ago)
Author:
simerabe
Message:

remove duplicate reset.s

Location:
trunk/softs
Files:
1 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/soft_filter_giet/Makefile

    r158 r163  
    1313CFLAGS= -Wall -mno-gpopt -ffreestanding -fomit-frame-pointer -mips32 -ggdb
    1414
    15 GIET=   /Users/alain/soc/tsar-svn-june-2010/softs/giet_tsar
     15GIET=   ../giet_tsar
    1616
    1717bin.soft: $(OBJS) ldscript
     
    1919        $(DU) -D $@ > $@.txt
    2020
    21 reset.o: reset.s
     21reset.o: $(GIET)/reset.s
    2222        $(AS) -g -mips32 -o $@ $<
    2323        $(DU) -D $@ > $@.txt
  • trunk/softs/soft_transpose_giet/Makefile

    r158 r163  
    1313CFLAGS= -Wall -mno-gpopt -ffreestanding -fomit-frame-pointer -mips32 -ggdb
    1414
    15 GIET=   /Users/alain/soc/tsar-svn-june-2010/softs/giet_tsar
     15GIET=   ../giet_tsar
    1616
    1717bin.soft: $(OBJS) ldscript
     
    1919        $(DU) -D $@ > $@.txt
    2020
    21 reset.o: reset.s
     21reset.o: $(GIET)/reset.s
    2222        $(AS) -g -mips32 -o $@ $<
    2323        $(DU) -D $@ > $@.txt
Note: See TracChangeset for help on using the changeset viewer.