source: branches/juciphox/platform/a640/sub/100b/makefile.inc @ 448

Revision 448, 359 bytes checked in by Jucifer, 5 years ago (diff)
  • modified remote-related menus
  • gui_menu.c: if first menu item is selected when submenu is opened and the item is text or separator, select next item
Line 
1#0x3139
2PLATFORMID=12601
3
4PLATFORMOS=vxworks
5
6MEMBASEADDR=0x1900
7RESTARTSTART=0x50000
8MEMISOSTART=0x94D10
9MEMISOSIZE=0x51000
10ROMBASEADDR=0xffc00000
11
12TARGET_PRIMARY=$(topdir)platform/$(PLATFORM)/sub/$(PLATFORMSUB)/PRIMARY.BIN
13
14PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
15PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
Note: See TracBrowser for help on using the repository browser.