source: trunk/platform/ixus60_sd600/sub/100a/makefile.inc @ 634

Revision 634, 265 bytes checked in by reyalp, 4 years ago (diff)

+ allow user to override location of PRIMARY.BIN files. Set PRIMARY_ROOT to a tree that mirrors what is under platform, either on the make command line or in buildconf.inc

  • use automatic MEMISOSIZE on some new ports that didn't have it: g9, sd30, sd300/100j
  • clean up old commented MEMISOSIZE stuff
  • Property svn:eol-style set to LF
Line 
1#0x30FE=
2PLATFORMID=12572
3
4PLATFORMOS=vxworks
5MEMBASEADDR=0x1900
6RESTARTSTART=0x50000
7MEMISOSTART=0x9C430
8
9ROMBASEADDR=0xFF810000
10
11
12PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
13PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
Note: See TracBrowser for help on using the repository browser.