-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMake.defs
More file actions
79 lines (71 loc) · 3.64 KB
/
Copy pathMake.defs
File metadata and controls
79 lines (71 loc) · 3.64 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
############################################################################
# arch/tricore/src/tc397/tc397/Make.defs
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
# ASF licenses this file to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance with the
# License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
############################################################################
include common/Make.defs
SDK_INCDIR += Configurations
SDK_INCDIR += Configurations/Ssw
SDK_INCDIR += Libraries/iLLD/TC39B/Tricore
SDK_INCDIR += Libraries/iLLD/TC39B/Tricore/Cpu/Std
SDK_INCDIR += Libraries/iLLD/TC39B/Tricore/Pms/Std
SDK_INCDIR += Libraries/iLLD/TC39B/Tricore/Stm/Std
SDK_INCDIR += Libraries/iLLD/TC39B/Tricore/Scu/Std
SDK_INCDIR += Libraries/iLLD/TC39B/Tricore/Src/Std
SDK_INCDIR += Libraries/iLLD/TC39B/Tricore/Stm/Timer
SDK_INCDIR += Libraries/iLLD/TC39B/Tricore/Cpu/Trap
SDK_INCDIR += Libraries/Infra/Platform
SDK_INCDIR += Libraries/Infra/Sfr/TC39B/_Reg
SDK_INCDIR += Libraries/Infra/Ssw/TC39B/Tricore
SDK_INCDIR += Libraries/Service/CpuGeneric
SDK_CSRCS += Configurations/Ifx_Cfg_Ssw.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Asclin/Std/IfxAsclin.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Cpu/Std/IfxCpu.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Cpu/Trap/IfxCpu_Trap.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/_Impl/IfxAsclin_cfg.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/_Impl/IfxCif_cfg.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/_Impl/IfxCpu_cfg.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/_Impl/IfxPort_cfg.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/_Impl/IfxStm_cfg.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/_PinMap/IfxAsclin_PinMap.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Pms/Std/IfxPmsEvr.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Pms/Std/IfxPmsPm.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Port/Std/IfxPort.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Scu/Std/IfxScuCcu.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Scu/Std/IfxScuEru.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Scu/Std/IfxScuLbist.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Scu/Std/IfxScuRcu.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Scu/Std/IfxScuWdt.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Src/Std/IfxSrc.c
SDK_CSRCS += Libraries/iLLD/TC39B/Tricore/Stm/Std/IfxStm.c
SDK_CSRCS += Libraries/Infra/Platform/Tricore/Compilers/CompilerTasking.c
SDK_CSRCS += Libraries/Infra/Ssw/TC39B/Tricore/Ifx_Ssw_Infra.c
SDK_CSRCS += Libraries/Infra/Ssw/TC39B/Tricore/Ifx_Ssw_Tc0.c
SDK_CSRCS += Libraries/Infra/Ssw/TC39B/Tricore/Ifx_Ssw_Tc1.c
SDK_CSRCS += Libraries/Infra/Ssw/TC39B/Tricore/Ifx_Ssw_Tc2.c
SDK_CSRCS += Libraries/Infra/Ssw/TC39B/Tricore/Ifx_Ssw_Tc3.c
SDK_CSRCS += Libraries/Infra/Ssw/TC39B/Tricore/Ifx_Ssw_Tc4.c
SDK_CSRCS += Libraries/Infra/Ssw/TC39B/Tricore/Ifx_Ssw_Tc5.c
CFLAGS += $(addprefix ${INCDIR_PREFIX}tc397/tc397/,$(SDK_INCDIR))
SDK_CSRCS := $(addprefix tc397/tc397/,$(SDK_CSRCS))
VPATH += tc397/tc397
VPATH += $(dir $(SDK_CSRCS))
HEAD_CSRC += $(notdir $(SDK_CSRCS))
ifeq ($(CONFIG_TRICORE_TOOLCHAIN_TASKING),y)
EXTRA_LIBS += tc397/tc397/SW160800-v6.3r1/TriCore/ctc/lib/tc162/cinit.o
endif
LIBPATHS += $(CURDIR)