分支自 DSP/ADSP21569/DSP-21569

wanglei
2024-03-27 ec21e6d7b11751cba2501c690d0e16fcb0581d3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
 
# Add inputs and outputs from these tool invocations to the build variables 
LDF_SRCS += \
../system/startup_ldf/app.ldf 
 
S_SRCS += \
../system/startup_ldf/app_IVT.s \
../system/startup_ldf/app_startup.s 
 
C_SRCS += \
../system/startup_ldf/app_heaptab.c 
 
S_DEPS += \
./system/startup_ldf/app_IVT.d \
./system/startup_ldf/app_startup.d 
 
C_DEPS += \
./system/startup_ldf/app_heaptab.d 
 
SRC_OBJS += \
./system/startup_ldf/app_IVT.doj \
./system/startup_ldf/app_heaptab.doj \
./system/startup_ldf/app_startup.doj 
 
 
# Each subdirectory must supply rules for building sources it contributes
system/startup_ldf/app_IVT.doj: ../system/startup_ldf/app_IVT.s
    @echo 'Building file: $<'
    @echo 'Invoking: CrossCore SHARC Assembler'
    easm21k -file-attr ProjectName="DSP-21569" -proc ADSP-21569 -si-revision any -g -DCORE0 -swc -char-size-8 -gnu-style-dependencies -MM -Mo "system/startup_ldf/app_IVT.d" -o "$@" "$<"
    @echo 'Finished building: $<'
    @echo ' '
 
system/startup_ldf/app_heaptab.doj: ../system/startup_ldf/app_heaptab.c
    @echo 'Building file: $<'
    @echo 'Invoking: CrossCore SHARC C/C++ Compiler'
    cc21k -c -file-attr ProjectName="DSP-21569" -proc ADSP-21569 -flags-compiler --no_wrap_diagnostics -si-revision any -g -DCORE0 @includes-8ce4dd2276b956cd24f766bff2c681e2.txt -structs-do-not-overlap -no-const-strings -no-multiline -warn-protos -double-size-32 -char-size-8 -swc -linear-simd -loop-simd -gnu-style-dependencies -MD -Mo "system/startup_ldf/app_heaptab.d" -o "$@" "$<"
    @echo 'Finished building: $<'
    @echo ' '
 
system/startup_ldf/app_startup.doj: ../system/startup_ldf/app_startup.s
    @echo 'Building file: $<'
    @echo 'Invoking: CrossCore SHARC Assembler'
    easm21k -file-attr ProjectName="DSP-21569" -proc ADSP-21569 -si-revision any -g -DCORE0 -swc -char-size-8 -gnu-style-dependencies -MM -Mo "system/startup_ldf/app_startup.d" -o "$@" "$<"
    @echo 'Finished building: $<'
    @echo ' '