Changeset 215 for soft/giet_vm/Makefile


Ignore:
Timestamp:
Sep 17, 2012, 10:47:46 AM (12 years ago)
Author:
karaoui
Message:

New components are now mandotory in the XML description:

The files giet_vsegs.ld and hard_config.h are now autogenerated by the xml2bin tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r214 r215  
    4444TRASH= /dev/null||true
    4545
    46 all: soft.elf
     46all: map.bin soft.elf
    4747       
    4848## merge all *.elf and map.bin to soft.elf
     
    5353          build/pgcd/pgcd.elf \
    5454          build/hello/hello.elf \
    55           map.bin
     55         
    5656        $(MAKE) -C memo
    5757        memo/memo.x  map.bin
     
    6161map.bin: $(MAP_XML)
    6262        $(MAKE) -C xml
    63         xml/xml2bin $< $@
     63        xml/xml2bin $< .
    6464
    6565### system compilation
     
    130130### clean
    131131clean:
    132         rm -f *.o *.elf *.bin *.txt core *~     2>$(TRASH)
     132        rm -f *.o *.elf *.bin *.txt core  giet_vsegs.ld hard_config.h *~ 2>$(TRASH)
    133133        $(MAKE) -s clean -C xml 2>$(TRASH)
    134134        $(MAKE) -s clean -C memo 2>$(TRASH)
Note: See TracChangeset for help on using the changeset viewer.