Changeset 327 for soft/giet_vm/Makefile
- Timestamp:
- Jun 10, 2014, 2:32:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r326 r327 182 182 183 183 ### mapping generation: map.bin / map.xml / hard_config.h / giet_vsegs.ld 184 map.bin: $(ARCH)/genmap.py $(APP)/$(APP).py 185 giet_python/tsarmap --arch=$(ARCH) --x=$(X) --y=$(Y) --p=$(P) --giet=. --$(APP) --xml=. 186 187 hard_config.h: $(ARCH)/genmap.py $(APP)/$(APP).py 188 giet_python/tsarmap --arch=$(ARCH) --x=$(X) --y=$(Y) --p=$(P) --giet=. --$(APP) --xml=. 189 190 giet_vsegs.ld: $(ARCH)/genmap.py $(APP)/$(APP).py 191 giet_python/tsarmap --arch=$(ARCH) --x=$(X) --y=$(Y) --p=$(P) --giet=. --$(APP) --xml=. 184 map.bin hard_config.h giet_vsegs.ld: $(ARCH)/genmap.py $(APP)/$(APP).py 185 giet_python/genmap --arch=$(ARCH) --x=$(X) --y=$(Y) --p=$(P) --giet=. --$(APP) --xml=. 192 186 193 187 ### drivers compilation
Note: See TracChangeset
for help on using the changeset viewer.