# Makefile for examplemodasm

COMPONENT = PI_I2S

# By default, the shared makefiles do a lot of the work of installing a
# Mesages file in ResourceFS. This is how to overrides it:
RES_OBJ =

# By default, the shared makefiles assume you want to use CMHG to create
# your module header. This is how to override it:
CMHGFILE =

# CModule is equally useful for assembler modules. Its advantages over the
# AAmModule makefile are that you can use multiple source files (permitting
# more encapsulation, which is good programing practice) and it allows you
# to use non-postion-independent code, provided you do BL __RelocCode early
# in module initialisation.
include CModule

# Dynamic dependencies:
o.PI_I2S: s.PI_I2S
o.PI_I2S: <Hdr$Dir>.Global.ListOpts
o.PI_I2S: <Hdr$Dir>.Global.Macros
o.PI_I2S: <Hdr$Dir>.Global.System
o.PI_I2S: Hdr:SWIs
o.PI_I2S: Hdr:CPU.Arch
o.PI_I2S: Hdr:Machine.<Machine>
o.PI_I2S: Hdr:Machine.Machine
o.PI_I2S: Hdr:CPU.Generic26
o.PI_I2S: Hdr:CPU.Generic32
o.PI_I2S: Hdr:IO.GenericIO
o.PI_I2S: Hdr:RISCOS
o.PI_I2S: <Hdr$Dir>.Interface.ModHand
