Changeset 701 for soft/giet_vm/Makefile
- Timestamp:
- Aug 10, 2015, 6:02:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r694 r701 152 152 ### first rule executed (make all) 153 153 all: dirs \ 154 map.bin \155 hard_config.h \156 giet_vsegs.ld \157 154 install-disk 158 155 mdir -/ -b -i $(DISK_IMAGE) ::/ … … 262 259 ######################################################################### 263 260 ### mapping generation: map.bin / map.xml / hard_config.h / giet_vsegs.ld 264 ### TODO add dépendancies on appli.py files : $(APPLIS_DEPS) 265 map.bin hard_config.h giet_vsegs.ld: $(ARCH)/arch.py $(APPLIS_PY) 261 hard_config.h: $(ARCH)/arch.py $(APPLIS_PY) 266 262 giet_python/genmap --arch=$(ARCH) \ 267 263 --x=$(X_SIZE) \
Note: See TracChangeset
for help on using the changeset viewer.