blob: c923540dd94d0066df2d65bbd97d37650b7e3ed6 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001CATEGORY_INCDIRS += ./interface/service/fsm
2CATEGORY_INCDIRS += interface/protocol/l2_utility/flc2_v2
3
4CATEGORY_INCDIRS += protocol/interface/ims \
5 protocol/interface/l4 \
6 protocol/interface/l4misc \
7 protocol/interface/mcd/include \
8 protocol/layer4/l4/include \
9 protocol/layer4/l4/atci/include \
10 protocol/layer4/l4/l4c/include/common \
11 protocol/layer4/l4/l4c/include/proc \
12 protocol/layer4/l4/csm/cc/include \
13 protocol/layer4/l4/uem/include \
14 protocol/layer4/l4/phb/include \
15 protocol/layer4/l4/csm/cc/include \
16 protocol/layer4/l4/csm \
17 protocol/layer4/l4/tcm/etcm/include \
18 protocol/layer4/l4/smsal/include \
19 protocol/layer4/l4/tcm/rat_tcm/inc \
20 protocol/layer4/l4/csm/ss/asn1/gen/include \
21 protocol/layer4/l4/smu/include \
22 protocol/layer4/l4/rac/common/include \
23 protocol/layer4/l4/rac/ugrac/include \
24 protocol/interface/asn/rr/include \
25 protocol/layer4/l4/smslib/include \
26 l1/gl1/l1d_ext
27
28ifneq ($(strip $(EUTRAN_MODE_SUPPORT)),NONE)
29 CATEGORY_INCDIRS += protocol/layer4/l4/rac/erac/include
30endif
31
32ifeq ($(strip $(UMTS_RELEASE_SUPPORT)),UMTS_R8_SUPPORT)
33 CATEGORY_INCDIRS += l1/ul1/ul1d_ext
34else
35 ifeq ($(strip $(UMTS_RELEASE_SUPPORT)),UMTS_R7_SUPPORT)
36 CATEGORY_INCDIRS += l1/ul1/ul1d_ext
37 else
38 ifneq ($(filter $(strip $(PLATFORM)),$(UL1_HS_PLATFORM)),)
39 CATEGORY_INCDIRS += protocol/ul1/ul1_hs/ul1d_ext
40 endif
41 endif
42endif
43
44#fdr_reorg
45CATEGORY_INCDIRS += protocol/interface/general
46
47# *************************************************************************
48# From Global include path
49# *************************************************************************
50ifeq ($(strip $(ETCM)),TRUE)
51CATEGORY_INCDIRS += protocol/layer4/l4/tcm/etcm/include
52endif
53
54CATEGORY_INCDIRS += protocol/layer4/l4/tcm/rat_tcm/inc
55CATEGORY_DEFS +=
56
57CFLAGS := $(filter-out -fstrict-aliasing, $(CFLAGS)) -fno-strict-aliasing