Revision 756ef2f6

View differences:

os/modules/DiWheelDrive_1-1/Makefile
173 173
# C sources to be compiled in ARM mode regardless of the global setting.
174 174
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
175 175
#       option that results in lower performance and larger code size.
176
ACSRC =
176
ACSRC = $(APPSACSRC)
177 177

  
178 178
# C++ sources to be compiled in ARM mode regardless of the global setting.
179 179
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
180 180
#       option that results in lower performance and larger code size.
181
ACPPSRC =
181
ACPPSRC = $(APPSACPPSRC)
182 182

  
183 183
# C sources to be compiled in THUMB mode regardless of the global setting.
184 184
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
185 185
#       option that results in lower performance and larger code size.
186
TCSRC =
186
TCSRC = $(APPSTCSRC)
187 187

  
188 188
# C sources to be compiled in THUMB mode regardless of the global setting.
189 189
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
190 190
#       option that results in lower performance and larger code size.
191
TCPPSRC =
191
TCPPSRC = $(APPSTCPPSRC)
192 192

  
193 193
# List ASM source files here
194
ASMSRC =
194
ASMSRC = $(APPSASMSRC)
195 195
ASMXSRC = $(STARTUPASM) \
196 196
          $(PORTASM) \
197
          $(OSALASM)
197
          $(OSALASM) \
198
          $(APPSASMXSRC)
198 199

  
199 200
INCDIR = $(CHIBIOS)/os/license \
200 201
         $(STARTUPINC) \
os/modules/LightRing_1-0/Makefile
173 173
# C sources to be compiled in ARM mode regardless of the global setting.
174 174
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
175 175
#       option that results in lower performance and larger code size.
176
ACSRC =
176
ACSRC = $(APPSACSRC)
177 177

  
178 178
# C++ sources to be compiled in ARM mode regardless of the global setting.
179 179
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
180 180
#       option that results in lower performance and larger code size.
181
ACPPSRC =
181
ACPPSRC = $(APPSACPPSRC)
182 182

  
183 183
# C sources to be compiled in THUMB mode regardless of the global setting.
184 184
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
185 185
#       option that results in lower performance and larger code size.
186
TCSRC =
186
TCSRC = $(APPSTCSRC)
187 187

  
188 188
# C sources to be compiled in THUMB mode regardless of the global setting.
189 189
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
190 190
#       option that results in lower performance and larger code size.
191
TCPPSRC =
191
TCPPSRC = $(APPSTCPPSRC)
192 192

  
193 193
# List ASM source files here
194
ASMSRC =
194
ASMSRC = $(APPSASMSRC)
195 195
ASMXSRC = $(STARTUPASM) \
196 196
          $(PORTASM) \
197
          $(OSALASM)
197
          $(OSALASM) \
198
          $(APPSASMXSRC)
198 199

  
199 200
INCDIR = $(CHIBIOS)/os/license \
200 201
         $(STARTUPINC) \
os/modules/PowerManagement_1-1/Makefile
173 173
# C sources to be compiled in ARM mode regardless of the global setting.
174 174
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
175 175
#       option that results in lower performance and larger code size.
176
ACSRC =
176
ACSRC = $(APPSACSRC)
177 177

  
178 178
# C++ sources to be compiled in ARM mode regardless of the global setting.
179 179
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
180 180
#       option that results in lower performance and larger code size.
181
ACPPSRC =
181
ACPPSRC = $(APPSACPPSRC)
182 182

  
183 183
# C sources to be compiled in THUMB mode regardless of the global setting.
184 184
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
185 185
#       option that results in lower performance and larger code size.
186
TCSRC =
186
TCSRC = $(APPSTCSRC)
187 187

  
188 188
# C sources to be compiled in THUMB mode regardless of the global setting.
189 189
# NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler
190 190
#       option that results in lower performance and larger code size.
191
TCPPSRC =
191
TCPPSRC = $(APPSTCPPSRC)
192 192

  
193 193
# List ASM source files here
194
ASMSRC =
194
ASMSRC = $(APPSASMSRC)
195 195
ASMXSRC = $(STARTUPASM) \
196 196
          $(PORTASM) \
197
          $(OSALASM)
197
          $(OSALASM) \
198
          $(APPSASMXSRC)
198 199

  
199 200
INCDIR = $(CHIBIOS)/os/license \
200 201
         $(STARTUPINC) \

Also available in: Unified diff