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

Revision 707, 349 bytes checked in by EWAVR, 4 years ago (diff)

G9:
+ added 1.00I support
+ added ND filter control
+ added "create multipartition card" menu

A590: DNG color matrix and cropping settings are copied from DNG4PS2.

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.