source: branches/fault_tolerance/platforms/tsar_generic_iob/conf/preloader_4c2p/Makefile @ 728

Last change on this file since 728 was 728, checked in by cfuguet, 10 years ago

fault_tolerance/tsar_generic_iob:

main arguments


  • Replacing atoi function by strtol to accept hexadecimal numeric arguments

config files


Introducing:

  • configuration files (conf/preloader*) for compiling preloader.
  • configuration file (soclib.conf) for compiling with soclib-cc.
  • description file (arch.py) for generating hard and soft configuration files using GIET_VM genmap script
File size: 238 bytes
Line 
1PRELOADER_PATH := $(TSARPATH)/softs/tsar_boot
2ARGS           := " PLATFORM_DIR=$(PWD)"
3ARGS           += " SOCLIB=1"
4ARGS           += " USE_DT=0"
5
6all:
7        make -C $(PRELOADER_PATH) $(ARGS)
8
9clean:
10        make -C $(PRELOADER_PATH) $(ARGS) clean
11
Note: See TracBrowser for help on using the repository browser.