aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Wei2017-05-24 00:08:26 -0500
committerMing Wei2017-05-24 00:08:26 -0500
commitaef867b0ca05162d95c1534870c65e692c3d9c55 (patch)
treed02d2de0babe5c8b3b029d0c39f5b6059bca69e2
parent569e3a3e49f4e6f4c473bfc854c27ce06267007d (diff)
downloadaudio-preprocessing-aef867b0ca05162d95c1534870c65e692c3d9c55.tar.gz
audio-preprocessing-aef867b0ca05162d95c1534870c65e692c3d9c55.tar.xz
audio-preprocessing-aef867b0ca05162d95c1534870c65e692c3d9c55.zip
realtime_demo_bios/omapl137: update makefile
Signed-off-by: Ming Wei <a0868762@ti.com>
-rw-r--r--realtime_demo_bios/omapl137/make/makefile197
1 files changed, 98 insertions, 99 deletions
diff --git a/realtime_demo_bios/omapl137/make/makefile b/realtime_demo_bios/omapl137/make/makefile
index e50efdf..33271ef 100644
--- a/realtime_demo_bios/omapl137/make/makefile
+++ b/realtime_demo_bios/omapl137/make/makefile
@@ -1,6 +1,5 @@
1VOLIB_INSTALL_PATH ?= $(SDK_INSTALL_PATH)/volib_C64P_2_1_0_1 1VOLIB_INSTALL_PATH ?= $(SDK_INSTALL_PATH)/volib_C64P_2_1_0_1
2AER_INSTALL_PATH ?= $(SDK_INSTALL_PATH)/aer_c64Px_obj_17_0_0_0 2AER_INSTALL_PATH ?= $(SDK_INSTALL_PATH)/aer_c64Px_obj_17_0_0_0
3PROC_SDK_INSTALL_PATH ?= ../../../../..
4 3
5GEN_OPTS__FLAG := --cmd_file="configPkg/compiler.opt" 4GEN_OPTS__FLAG := --cmd_file="configPkg/compiler.opt"
6GEN_CMDS__FLAG := -l"configPkg/linker.cmd" 5GEN_CMDS__FLAG := -l"configPkg/linker.cmd"
@@ -27,15 +26,15 @@ ORDERED_OBJS += \
27"./audio_evmInit.obj" \ 26"./audio_evmInit.obj" \
28"./mcasp_cfg.obj" \ 27"./mcasp_cfg.obj" \
29"./pcm186x_if.obj" \ 28"./pcm186x_if.obj" \
30"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/BIOS.obj" \ 29"../src/sysbios/BIOS.obj" \
31"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c62_TaskSupport_asm.obj" \ 30"../src/sysbios/c62_TaskSupport_asm.obj" \
32"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c64p_Exception_asm.obj" \ 31"../src/sysbios/c64p_Exception_asm.obj" \
33"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c64p_Hwi_asm.obj" \ 32"../src/sysbios/c64p_Hwi_asm.obj" \
34"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c64p_Hwi_asm_switch.obj" \ 33"../src/sysbios/c64p_Hwi_asm_switch.obj" \
35"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c64p_Hwi_disp_always.obj" \ 34"../src/sysbios/c64p_Hwi_disp_always.obj" \
36"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/ti_tls_get_tp.obj" \ 35"../src/sysbios/ti_tls_get_tp.obj" \
37"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/timer64_Timer_asm.obj" \ 36"../src/sysbios/timer64_Timer_asm.obj" \
38"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/bflinker.cmd" \ 37"../bflinker.cmd" \
39$(GEN_CMDS__FLAG) \ 38$(GEN_CMDS__FLAG) \
40-lti.addon.cmb.ae674 \ 39-lti.addon.cmb.ae674 \
41-lti.board.ae674 \ 40-lti.board.ae674 \
@@ -68,26 +67,26 @@ endif
68## -include subdir_vars.mk 67## -include subdir_vars.mk
69# Add inputs and outputs from these tool invocations to the build variables 68# Add inputs and outputs from these tool invocations to the build variables
70CMD_SRCS += \ 69CMD_SRCS += \
71$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/bflinker.cmd 70../bflinker.cmd
72 71
73CFG_SRCS += \ 72CFG_SRCS += \
74$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/OMAPL137_bf_rt.cfg 73../OMAPL137_bf_rt.cfg
75 74
76C_SRCS += \ 75C_SRCS += \
77$(PDK_INSTALL_PATH)/packages/ti/drv/i2c/soc/omapl137/I2C_soc.c \ 76$(PDK_INSTALL_PATH)/packages/ti/drv/i2c/soc/omapl137/I2C_soc.c \
78$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/fil.c \ 77../../../common/components/fil.c \
79$(PDK_INSTALL_PATH)/packages/ti/drv/mcasp/soc/omapl137/mcasp_soc.c \ 78$(PDK_INSTALL_PATH)/packages/ti/drv/mcasp/soc/omapl137/mcasp_soc.c \
80$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/mhm/src/mhm.c \ 79../../../common/components/mhm/src/mhm.c \
81$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/mss/src/mss.c \ 80../../../common/components/mss/src/mss.c \
82$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/mss/src/mssproc.c \ 81../../../common/components/mss/src/mssproc.c \
83$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sys.c \ 82../../../common/components/sys.c \
84$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysasnr.c \ 83../../../common/components/sysasnr.c \
85$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysbf.c \ 84../../../common/components/sysbf.c \
86$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysbfflt.c \ 85../../../common/components/sysbfflt.c \
87$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysdrc.c \ 86../../../common/components/sysdrc.c \
88$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/syseram.c \ 87../../../common/components/syseram.c \
89$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysiram.c \ 88../../../common/components/sysiram.c \
90$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysmss.c 89../../../common/components/sysmss.c
91 90
92OBJS += \ 91OBJS += \
93./I2C_soc.obj \ 92./I2C_soc.obj \
@@ -175,31 +174,31 @@ OBJS__QUOTED += \
175 174
176C_SRCS__QUOTED += \ 175C_SRCS__QUOTED += \
177"$(PDK_INSTALL_PATH)/packages/ti/drv/i2c/soc/omapl137/I2C_soc.c" \ 176"$(PDK_INSTALL_PATH)/packages/ti/drv/i2c/soc/omapl137/I2C_soc.c" \
178"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/fil.c" \ 177"../../../common/components/fil.c" \
179"$(PDK_INSTALL_PATH)/packages/ti/drv/mcasp/soc/omapl137/mcasp_soc.c" \ 178"$(PDK_INSTALL_PATH)/packages/ti/drv/mcasp/soc/omapl137/mcasp_soc.c" \
180"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/mhm/src/mhm.c" \ 179"../../../common/components/mhm/src/mhm.c" \
181"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/mss/src/mss.c" \ 180"../../../common/components/mss/src/mss.c" \
182"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/mss/src/mssproc.c" \ 181"../../../common/components/mss/src/mssproc.c" \
183"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sys.c" \ 182"../../../common/components/sys.c" \
184"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysasnr.c" \ 183"../../../common/components/sysasnr.c" \
185"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysbf.c" \ 184"../../../common/components/sysbf.c" \
186"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysbfflt.c" \ 185"../../../common/components/sysbfflt.c" \
187"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysdrc.c" \ 186"../../../common/components/sysdrc.c" \
188"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/syseram.c" \ 187"../../../common/components/syseram.c" \
189"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysiram.c" \ 188"../../../common/components/sysiram.c" \
190"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysmss.c" 189"../../../common/components/sysmss.c"
191 190
192 191
193## -include src/subdir_vars.mk 192## -include src/subdir_vars.mk
194# Add inputs and outputs from these tool invocations to the build variables 193# Add inputs and outputs from these tool invocations to the build variables
195C_SRCS += \ 194C_SRCS += \
196$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/aic31.c \ 195../src/aic31.c \
197$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/aic3106_if.c \ 196../src/aic3106_if.c \
198$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/audioSample_io.c \ 197../src/audioSample_io.c \
199$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/audioSample_main.c \ 198../src/audioSample_main.c \
200$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/audio_evmInit.c \ 199../src/audio_evmInit.c \
201$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/mcasp_cfg.c \ 200../src/mcasp_cfg.c \
202$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/pcm186x_if.c 201../src/pcm186x_if.c
203 202
204OBJS += \ 203OBJS += \
205./aic31.obj \ 204./aic31.obj \
@@ -238,26 +237,26 @@ OBJS__QUOTED += \
238"pcm186x_if.obj" 237"pcm186x_if.obj"
239 238
240C_SRCS__QUOTED += \ 239C_SRCS__QUOTED += \
241"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/aic31.c" \ 240"../src/aic31.c" \
242"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/aic3106_if.c" \ 241"../src/aic3106_if.c" \
243"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/audioSample_io.c" \ 242"../src/audioSample_io.c" \
244"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/audioSample_main.c" \ 243"../src/audioSample_main.c" \
245"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/audio_evmInit.c" \ 244"../src/audio_evmInit.c" \
246"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/mcasp_cfg.c" \ 245"../src/mcasp_cfg.c" \
247"$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/pcm186x_if.c" 246"../src/pcm186x_if.c"
248 247
249 248
250## -include src/sysbios/subdir_vars.mk 249## -include src/sysbios/subdir_vars.mk
251# Add inputs and outputs from these tool invocations to the build variables 250# Add inputs and outputs from these tool invocations to the build variables
252OBJ_SRCS += \ 251OBJ_SRCS += \
253$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/BIOS.obj \ 252../src/sysbios/BIOS.obj \
254$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c62_TaskSupport_asm.obj \ 253../src/sysbios/c62_TaskSupport_asm.obj \
255$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c64p_Exception_asm.obj \ 254../src/sysbios/c64p_Exception_asm.obj \
256$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c64p_Hwi_asm.obj \ 255../src/sysbios/c64p_Hwi_asm.obj \
257$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c64p_Hwi_asm_switch.obj \ 256../src/sysbios/c64p_Hwi_asm_switch.obj \
258$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/c64p_Hwi_disp_always.obj \ 257../src/sysbios/c64p_Hwi_disp_always.obj \
259$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/ti_tls_get_tp.obj \ 258../src/sysbios/ti_tls_get_tp.obj \
260$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/sysbios/timer64_Timer_asm.obj 259../src/sysbios/timer64_Timer_asm.obj
261 260
262 261
263## -include subdir_rules.mk 262## -include subdir_rules.mk
@@ -265,11 +264,11 @@ $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/s
265I2C_soc.obj: $(PDK_INSTALL_PATH)/ti/drv/i2c/soc/omapl137/I2C_soc.c $(GEN_OPTS) $(GEN_HDRS) 264I2C_soc.obj: $(PDK_INSTALL_PATH)/ti/drv/i2c/soc/omapl137/I2C_soc.c $(GEN_OPTS) $(GEN_HDRS)
266 @echo 'Building file: $<' 265 @echo 'Building file: $<'
267 @echo 'Invoking: C6000 Compiler' 266 @echo 'Invoking: C6000 Compiler'
268 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="I2C_soc.d" $(GEN_OPTS__FLAG) "$<" 267 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="I2C_soc.d" $(GEN_OPTS__FLAG) "$<"
269 @echo 'Finished building: $<' 268 @echo 'Finished building: $<'
270 @echo ' ' 269 @echo ' '
271 270
272configPkg/linker.cmd: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/OMAPL137_bf_rt.cfg 271configPkg/linker.cmd: ../OMAPL137_bf_rt.cfg
273 @echo 'Building file: $<' 272 @echo 'Building file: $<'
274 @echo 'Invoking: XDCtools' 273 @echo 'Invoking: XDCtools'
275 "$(XDC_INSTALL_PATH)/xs" --xdcpath="$(EDMA3LLD_BIOS6_INSTALLDIR)/packages;C:/ti/ccsv6/ccs_base;$(BIOS_INSTALL_PATH)/packages;$(UIA_INSTALL_PATH)/packages;$(PDK_INSTALL_PATH);$(XDAIS_INSTALL_PATH)/packages;$(XDAIS_INSTALL_PATH)/examples;$(VOLIB_INSTALL_PATH)/packages;$(AER_INSTALL_PATH)/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evmOMAPL137 -r debug -c "$(C6X_GEN_INSTALL_PATH)" "$<" 274 "$(XDC_INSTALL_PATH)/xs" --xdcpath="$(EDMA3LLD_BIOS6_INSTALLDIR)/packages;C:/ti/ccsv6/ccs_base;$(BIOS_INSTALL_PATH)/packages;$(UIA_INSTALL_PATH)/packages;$(PDK_INSTALL_PATH);$(XDAIS_INSTALL_PATH)/packages;$(XDAIS_INSTALL_PATH)/examples;$(VOLIB_INSTALL_PATH)/packages;$(AER_INSTALL_PATH)/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.evmOMAPL137 -r debug -c "$(C6X_GEN_INSTALL_PATH)" "$<"
@@ -279,145 +278,145 @@ configPkg/linker.cmd: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtim
279configPkg/compiler.opt: | configPkg/linker.cmd 278configPkg/compiler.opt: | configPkg/linker.cmd
280configPkg/: | configPkg/linker.cmd 279configPkg/: | configPkg/linker.cmd
281 280
282fil.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/fil.c $(GEN_OPTS) $(GEN_HDRS) 281fil.obj: ../../../common/components/fil.c $(GEN_OPTS) $(GEN_HDRS)
283 @echo 'Building file: $<' 282 @echo 'Building file: $<'
284 @echo 'Invoking: C6000 Compiler' 283 @echo 'Invoking: C6000 Compiler'
285 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="fil.d" $(GEN_OPTS__FLAG) "$<" 284 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="fil.d" $(GEN_OPTS__FLAG) "$<"
286 @echo 'Finished building: $<' 285 @echo 'Finished building: $<'
287 @echo ' ' 286 @echo ' '
288 287
289mcasp_soc.obj: $(PDK_INSTALL_PATH)/ti/drv/mcasp/soc/omapl137/mcasp_soc.c $(GEN_OPTS) $(GEN_HDRS) 288mcasp_soc.obj: $(PDK_INSTALL_PATH)/ti/drv/mcasp/soc/omapl137/mcasp_soc.c $(GEN_OPTS) $(GEN_HDRS)
290 @echo 'Building file: $<' 289 @echo 'Building file: $<'
291 @echo 'Invoking: C6000 Compiler' 290 @echo 'Invoking: C6000 Compiler'
292 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mcasp_soc.d" $(GEN_OPTS__FLAG) "$<" 291 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mcasp_soc.d" $(GEN_OPTS__FLAG) "$<"
293 @echo 'Finished building: $<' 292 @echo 'Finished building: $<'
294 @echo ' ' 293 @echo ' '
295 294
296mhm.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/mhm/src/mhm.c $(GEN_OPTS) $(GEN_HDRS) 295mhm.obj: ../../../common/components/mhm/src/mhm.c $(GEN_OPTS) $(GEN_HDRS)
297 @echo 'Building file: $<' 296 @echo 'Building file: $<'
298 @echo 'Invoking: C6000 Compiler' 297 @echo 'Invoking: C6000 Compiler'
299 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mhm.d" $(GEN_OPTS__FLAG) "$<" 298 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mhm.d" $(GEN_OPTS__FLAG) "$<"
300 @echo 'Finished building: $<' 299 @echo 'Finished building: $<'
301 @echo ' ' 300 @echo ' '
302 301
303mss.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/mss/src/mss.c $(GEN_OPTS) $(GEN_HDRS) 302mss.obj: ../../../common/components/mss/src/mss.c $(GEN_OPTS) $(GEN_HDRS)
304 @echo 'Building file: $<' 303 @echo 'Building file: $<'
305 @echo 'Invoking: C6000 Compiler' 304 @echo 'Invoking: C6000 Compiler'
306 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mss.d" $(GEN_OPTS__FLAG) "$<" 305 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mss.d" $(GEN_OPTS__FLAG) "$<"
307 @echo 'Finished building: $<' 306 @echo 'Finished building: $<'
308 @echo ' ' 307 @echo ' '
309 308
310mssproc.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/mss/src/mssproc.c $(GEN_OPTS) $(GEN_HDRS) 309mssproc.obj: ../../../common/components/mss/src/mssproc.c $(GEN_OPTS) $(GEN_HDRS)
311 @echo 'Building file: $<' 310 @echo 'Building file: $<'
312 @echo 'Invoking: C6000 Compiler' 311 @echo 'Invoking: C6000 Compiler'
313 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mssproc.d" $(GEN_OPTS__FLAG) "$<" 312 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mssproc.d" $(GEN_OPTS__FLAG) "$<"
314 @echo 'Finished building: $<' 313 @echo 'Finished building: $<'
315 @echo ' ' 314 @echo ' '
316 315
317sys.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sys.c $(GEN_OPTS) $(GEN_HDRS) 316sys.obj: ../../../common/components/sys.c $(GEN_OPTS) $(GEN_HDRS)
318 @echo 'Building file: $<' 317 @echo 'Building file: $<'
319 @echo 'Invoking: C6000 Compiler' 318 @echo 'Invoking: C6000 Compiler'
320 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sys.d" $(GEN_OPTS__FLAG) "$<" 319 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sys.d" $(GEN_OPTS__FLAG) "$<"
321 @echo 'Finished building: $<' 320 @echo 'Finished building: $<'
322 @echo ' ' 321 @echo ' '
323 322
324sysasnr.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysasnr.c $(GEN_OPTS) $(GEN_HDRS) 323sysasnr.obj: ../../../common/components/sysasnr.c $(GEN_OPTS) $(GEN_HDRS)
325 @echo 'Building file: $<' 324 @echo 'Building file: $<'
326 @echo 'Invoking: C6000 Compiler' 325 @echo 'Invoking: C6000 Compiler'
327 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysasnr.d" $(GEN_OPTS__FLAG) "$<" 326 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysasnr.d" $(GEN_OPTS__FLAG) "$<"
328 @echo 'Finished building: $<' 327 @echo 'Finished building: $<'
329 @echo ' ' 328 @echo ' '
330 329
331sysbf.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysbf.c $(GEN_OPTS) $(GEN_HDRS) 330sysbf.obj: ../../../common/components/sysbf.c $(GEN_OPTS) $(GEN_HDRS)
332 @echo 'Building file: $<' 331 @echo 'Building file: $<'
333 @echo 'Invoking: C6000 Compiler' 332 @echo 'Invoking: C6000 Compiler'
334 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysbf.d" $(GEN_OPTS__FLAG) "$<" 333 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysbf.d" $(GEN_OPTS__FLAG) "$<"
335 @echo 'Finished building: $<' 334 @echo 'Finished building: $<'
336 @echo ' ' 335 @echo ' '
337 336
338sysbfflt.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysbfflt.c $(GEN_OPTS) $(GEN_HDRS) 337sysbfflt.obj: ../../../common/components/sysbfflt.c $(GEN_OPTS) $(GEN_HDRS)
339 @echo 'Building file: $<' 338 @echo 'Building file: $<'
340 @echo 'Invoking: C6000 Compiler' 339 @echo 'Invoking: C6000 Compiler'
341 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysbfflt.d" $(GEN_OPTS__FLAG) "$<" 340 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysbfflt.d" $(GEN_OPTS__FLAG) "$<"
342 @echo 'Finished building: $<' 341 @echo 'Finished building: $<'
343 @echo ' ' 342 @echo ' '
344 343
345sysdrc.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysdrc.c $(GEN_OPTS) $(GEN_HDRS) 344sysdrc.obj: ../../../common/components/sysdrc.c $(GEN_OPTS) $(GEN_HDRS)
346 @echo 'Building file: $<' 345 @echo 'Building file: $<'
347 @echo 'Invoking: C6000 Compiler' 346 @echo 'Invoking: C6000 Compiler'
348 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysdrc.d" $(GEN_OPTS__FLAG) "$<" 347 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysdrc.d" $(GEN_OPTS__FLAG) "$<"
349 @echo 'Finished building: $<' 348 @echo 'Finished building: $<'
350 @echo ' ' 349 @echo ' '
351 350
352syseram.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/syseram.c $(GEN_OPTS) $(GEN_HDRS) 351syseram.obj: ../../../common/components/syseram.c $(GEN_OPTS) $(GEN_HDRS)
353 @echo 'Building file: $<' 352 @echo 'Building file: $<'
354 @echo 'Invoking: C6000 Compiler' 353 @echo 'Invoking: C6000 Compiler'
355 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="syseram.d" $(GEN_OPTS__FLAG) "$<" 354 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="syseram.d" $(GEN_OPTS__FLAG) "$<"
356 @echo 'Finished building: $<' 355 @echo 'Finished building: $<'
357 @echo ' ' 356 @echo ' '
358 357
359sysiram.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysiram.c $(GEN_OPTS) $(GEN_HDRS) 358sysiram.obj: ../../../common/components/sysiram.c $(GEN_OPTS) $(GEN_HDRS)
360 @echo 'Building file: $<' 359 @echo 'Building file: $<'
361 @echo 'Invoking: C6000 Compiler' 360 @echo 'Invoking: C6000 Compiler'
362 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysiram.d" $(GEN_OPTS__FLAG) "$<" 361 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysiram.d" $(GEN_OPTS__FLAG) "$<"
363 @echo 'Finished building: $<' 362 @echo 'Finished building: $<'
364 @echo ' ' 363 @echo ' '
365 364
366sysmss.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components/sysmss.c $(GEN_OPTS) $(GEN_HDRS) 365sysmss.obj: ../../../common/components/sysmss.c $(GEN_OPTS) $(GEN_HDRS)
367 @echo 'Building file: $<' 366 @echo 'Building file: $<'
368 @echo 'Invoking: C6000 Compiler' 367 @echo 'Invoking: C6000 Compiler'
369 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysmss.d" $(GEN_OPTS__FLAG) "$<" 368 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="sysmss.d" $(GEN_OPTS__FLAG) "$<"
370 @echo 'Finished building: $<' 369 @echo 'Finished building: $<'
371 @echo ' ' 370 @echo ' '
372 371
373 372
374## -include src/subdir_rules.mk 373## -include src/subdir_rules.mk
375./aic31.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/aic31.c $(GEN_OPTS) $(GEN_HDRS) 374./aic31.obj: ../src/aic31.c $(GEN_OPTS) $(GEN_HDRS)
376 @echo 'Building file: $<' 375 @echo 'Building file: $<'
377 @echo 'Invoking: C6000 Compiler' 376 @echo 'Invoking: C6000 Compiler'
378 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="aic31.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<" 377 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="aic31.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<"
379 @echo 'Finished building: $<' 378 @echo 'Finished building: $<'
380 @echo ' ' 379 @echo ' '
381 380
382aic3106_if.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/aic3106_if.c $(GEN_OPTS) $(GEN_HDRS) 381aic3106_if.obj: ../src/aic3106_if.c $(GEN_OPTS) $(GEN_HDRS)
383 @echo 'Building file: $<' 382 @echo 'Building file: $<'
384 @echo 'Invoking: C6000 Compiler' 383 @echo 'Invoking: C6000 Compiler'
385 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="aic3106_if.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<" 384 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="aic3106_if.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<"
386 @echo 'Finished building: $<' 385 @echo 'Finished building: $<'
387 @echo ' ' 386 @echo ' '
388 387
389audioSample_io.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/audioSample_io.c $(GEN_OPTS) $(GEN_HDRS) 388audioSample_io.obj: ../src/audioSample_io.c $(GEN_OPTS) $(GEN_HDRS)
390 @echo 'Building file: $<' 389 @echo 'Building file: $<'
391 @echo 'Invoking: C6000 Compiler' 390 @echo 'Invoking: C6000 Compiler'
392 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="audioSample_io.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<" 391 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="audioSample_io.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<"
393 @echo 'Finished building: $<' 392 @echo 'Finished building: $<'
394 @echo ' ' 393 @echo ' '
395 394
396audioSample_main.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/audioSample_main.c $(GEN_OPTS) $(GEN_HDRS) 395audioSample_main.obj: ../src/audioSample_main.c $(GEN_OPTS) $(GEN_HDRS)
397 @echo 'Building file: $<' 396 @echo 'Building file: $<'
398 @echo 'Invoking: C6000 Compiler' 397 @echo 'Invoking: C6000 Compiler'
399 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="audioSample_main.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<" 398 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="audioSample_main.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<"
400 @echo 'Finished building: $<' 399 @echo 'Finished building: $<'
401 @echo ' ' 400 @echo ' '
402 401
403audio_evmInit.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/audio_evmInit.c $(GEN_OPTS) $(GEN_HDRS) 402audio_evmInit.obj: ../src/audio_evmInit.c $(GEN_OPTS) $(GEN_HDRS)
404 @echo 'Building file: $<' 403 @echo 'Building file: $<'
405 @echo 'Invoking: C6000 Compiler' 404 @echo 'Invoking: C6000 Compiler'
406 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="audio_evmInit.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<" 405 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="audio_evmInit.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<"
407 @echo 'Finished building: $<' 406 @echo 'Finished building: $<'
408 @echo ' ' 407 @echo ' '
409 408
410mcasp_cfg.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/mcasp_cfg.c $(GEN_OPTS) $(GEN_HDRS) 409mcasp_cfg.obj: ../src/mcasp_cfg.c $(GEN_OPTS) $(GEN_HDRS)
411 @echo 'Building file: $<' 410 @echo 'Building file: $<'
412 @echo 'Invoking: C6000 Compiler' 411 @echo 'Invoking: C6000 Compiler'
413 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mcasp_cfg.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<" 412 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="mcasp_cfg.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<"
414 @echo 'Finished building: $<' 413 @echo 'Finished building: $<'
415 @echo ' ' 414 @echo ' '
416 415
417pcm186x_if.obj: $(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/src/pcm186x_if.c $(GEN_OPTS) $(GEN_HDRS) 416pcm186x_if.obj: ../src/pcm186x_if.c $(GEN_OPTS) $(GEN_HDRS)
418 @echo 'Building file: $<' 417 @echo 'Building file: $<'
419 @echo 'Invoking: C6000 Compiler' 418 @echo 'Invoking: C6000 Compiler'
420 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/realtime_demo_bios/omapl137/include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="$(PROC_SDK_INSTALL_PATH)/demos/audio_preprocessing/common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="pcm186x_if.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<" 419 "$(C6X_GEN_INSTALL_PATH)/bin/cl6x" -mv6740 --abi=eabi --opt_for_speed=5 --include_path="$(C6X_GEN_INSTALL_PATH)/include" --include_path="../include" --include_path="$(PDK_INSTALL_PATH)/ti/drv/mcasp" --include_path="$(PDK_INSTALL_PATH)/ti/board" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb" --include_path="$(PDK_INSTALL_PATH)/ti/addon/cmb/src/evmOMAPL137/include" --include_path="$(PDK_INSTALL_PATH)" --include_path="$(PDK_INSTALL_PATH)/ti/csl" --include_path="../../../common/components" -g --define=DEVICE_OMAPL137 --define=SOC_OMAPL137 --define=evmOMAPL137 --define=PLATFORM_INIT_IN --define=BUILD_DSP --define=CMB_AUDIO_DAC=1 --define=AIC_CODEC --define=MCASP_MASTER --define=omapl137 --define=ti_targets_C64P --diag_wrap=off --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="pcm186x_if.d" --obj_directory="." $(GEN_OPTS__FLAG) "$<"
421 @echo 'Finished building: $<' 420 @echo 'Finished building: $<'
422 @echo ' ' 421 @echo ' '
423 422