source: trunk/platform/g9/sub/100i/makefile.inc @ 709

Revision 709, 349 bytes checked in by phyrephox, 4 years ago (diff)

cleaning the bugtracker a bit...
s2is - remote should work as advertised now (fatal, #223)
makefiles - fixed the slashes on topdir (whim, #225)
finnish.lng - update (mikko70, #227)
lua - new command to switch custom curve state (msl, #226)
bugtracker url: https://chdk.kernreaktor.org
happy valentines day XOXO (lol)

Line 
1#315A
2PLATFORMID=12634
3
4PLATFORMOS=dryos
5
6MEMBASEADDR=0x1900
7RESTARTSTART=0x50000   
8MEMISOSTART=0xB0B68
9ROMBASEADDR=0xff810000
10
11
12PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
13PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
14
15KEYSYS=d3
16ifdef OPT_FI2
17include  $(topdir)platform/fi2.inc
18endif
19
20
Note: See TracBrowser for help on using the repository browser.