Changeset 204 for soft/giet_vm/Makefile


Ignore:
Timestamp:
Aug 14, 2012, 8:14:55 PM (12 years ago)
Author:
alain
Message:

mproving support for multi-clusters architectures (CLUSTER_SIZE & CLUSTER_IO_ID parameters)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r203 r204  
    44LD=mipsel-unknown-elf-ld
    55DU=mipsel-unknown-elf-objdump
     6
     7MAP_XML      = 1c_4p_four.xml
    68
    79SYS_OBJS     = build/sys/vm_handler.o \
     
    5759
    5860### mapping compilation
    59 map.bin: 1c_4p_four.xml
     61map.bin: $(MAP_XML)
    6062        $(MAKE) -C xml
    6163        xml/xml2bin $< $@
Note: See TracChangeset for help on using the changeset viewer.