Commit b1ddd206 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Update CModule makefile fragment to use a default RESFSDIR if required. Add...

Update CModule makefile fragment to use a default RESFSDIR if required. Add IIC module to OMAP3 components file.

Detail:
  Makefiles/CModule - makefile fragment now generates a default RESFSDIR value in an identical way to the AAsmModule fragment, easing migration of makefiles to the fragment system.
  Components/ROOL/OMAP3 - IIC module has been added to ROM image
Admin:
  Tested on rev C2 beagleboard


Version 4.80. Tagged as 'BuildSys-4_80'
parent 485c0585
......@@ -90,7 +90,7 @@ FontManager
FPEmulator -options FPE_APCS=3/32bit System=Iyonix
Free
Hourglass
#IIC
IIC
International
InternationalKeyboard -options KEYBOARD=All
ITable
......
......@@ -71,7 +71,7 @@
#
# PHASE (export phase discriminator)
# CMDHELP (whether star command help/syntax strings are included)
# RESFSDIR (location to install files destined for ResourceFS)
# RESDIR (installation directory for resources - cf. RESFSDIR)
# FORCEROMLINK (set to force a relink of the ROM target, used in BBE)
# LINKDIR (installation directory for LNK_TARGET)
# ADDRESS (base address for LNK_TARGET)
......@@ -142,6 +142,7 @@ MERGEDMSGS ?= ${MERGEDMDIR}.${TARGET}
RES_AREA ?= Resources
RES_OBJ ?= ${TARGET}Msgs
RES_PATH ?= Resources.${TARGET}.Messages
RESFSDIR ?= ${RESDIR}.${TARGET}
CMHGFILE ?= ${TARGET}Hdr
CMHGFILE_SWIPREFIX ?= ${TARGET}
OBJS ?= ${TARGET}
......
/* (4.79)
/* (4.80)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 4.79
#define Module_MajorVersion_CMHG 4.80
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 12 Jul 2009
#define Module_Date_CMHG 17 Jul 2009
#define Module_MajorVersion "4.79"
#define Module_Version 479
#define Module_MajorVersion "4.80"
#define Module_Version 480
#define Module_MinorVersion ""
#define Module_Date "12 Jul 2009"
#define Module_Date "17 Jul 2009"
#define Module_ApplicationDate "12-Jul-09"
#define Module_ApplicationDate "17-Jul-09"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "4.79"
#define Module_HelpVersion "4.79 (12 Jul 2009)"
#define Module_LibraryVersionInfo "4:79"
#define Module_FullVersion "4.80"
#define Module_HelpVersion "4.80 (17 Jul 2009)"
#define Module_LibraryVersionInfo "4:80"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment