yu.dong | c33b307 | 2024-08-21 23:14:49 -0700 | [diff] [blame^] | 1 | CATEGORY_INCDIRS += ./interface/service/fsm |
| 2 | CATEGORY_INCDIRS += interface/protocol/l2_utility/flc2_v2 |
| 3 | |
| 4 | CATEGORY_INCDIRS += protocol/interface/nas_multimode/upcm |
| 5 | CATEGORY_INCDIRS += protocol/interface/ddm |
| 6 | CATEGORY_INCDIRS += protocol/interface/ims |
| 7 | CATEGORY_INCDIRS += protocol/interface/lte |
| 8 | CATEGORY_INCDIRS += protocol/interface/agps |
| 9 | CATEGORY_INCDIRS += protocol/interface/errc |
| 10 | CATEGORY_INCDIRS += protocol/interface/iwlan |
| 11 | |
| 12 | ifeq ($(strip $(MTK_MODEM_ARCH)), MT6297) |
| 13 | CATEGORY_INCDIRS += protocol/interface/enl2/el2 |
| 14 | CATEGORY_INCDIRS += protocol/interface/enl2/en_common |
| 15 | else ifeq ($(strip $(MTK_MODEM_ARCH)), MT6297P) |
| 16 | CATEGORY_INCDIRS += protocol/interface/enl2/el2 |
| 17 | CATEGORY_INCDIRS += protocol/interface/enl2/en_common |
| 18 | else |
| 19 | CATEGORY_INCDIRS += protocol/interface/el2 |
| 20 | endif |
| 21 | |
| 22 | CATEGORY_INCDIRS += protocol/interface/ims \ |
| 23 | protocol/interface/l4 \ |
| 24 | protocol/interface/l4misc \ |
| 25 | protocol/interface/mcd/include \ |
| 26 | protocol/layer4/l4/include \ |
| 27 | protocol/layer4/l4/atci/include \ |
| 28 | protocol/layer4/l4/l4c/include/common \ |
| 29 | protocol/layer4/l4/l4c/include/proc \ |
| 30 | protocol/layer4/l4/csm/cc/include \ |
| 31 | protocol/layer4/l4/uem/include \ |
| 32 | protocol/layer4/l4/phb/include \ |
| 33 | protocol/layer4/l4/csm/cc/include \ |
| 34 | protocol/layer4/l4/csm \ |
| 35 | protocol/layer4/l4/tcm/etcm/include \ |
| 36 | protocol/layer4/l4/smsal/include \ |
| 37 | protocol/layer4/l4/tcm/rat_tcm/inc \ |
| 38 | protocol/layer4/l4/csm/ss/asn1/gen/include \ |
| 39 | protocol/layer4/l4/smu/include \ |
| 40 | protocol/layer4/l4/rac/common/include \ |
| 41 | protocol/layer4/l4/rac/ugrac/include \ |
| 42 | protocol/interface/asn/rr/include \ |
| 43 | protocol/layer4/l4/smslib/include \ |
| 44 | l1/gl1/l1d_ext |
| 45 | |
| 46 | ifneq ($(strip $(EUTRAN_MODE_SUPPORT)),NONE) |
| 47 | CATEGORY_INCDIRS += protocol/layer4/l4/rac/erac/include |
| 48 | endif |
| 49 | |
| 50 | ifeq ($(strip $(UMTS_RELEASE_SUPPORT)),UMTS_R8_SUPPORT) |
| 51 | CATEGORY_INCDIRS += l1/ul1/ul1d_ext |
| 52 | else |
| 53 | ifeq ($(strip $(UMTS_RELEASE_SUPPORT)),UMTS_R7_SUPPORT) |
| 54 | CATEGORY_INCDIRS += l1/ul1/ul1d_ext |
| 55 | else |
| 56 | ifneq ($(filter $(strip $(PLATFORM)),$(UL1_HS_PLATFORM)),) |
| 57 | CATEGORY_INCDIRS += protocol/ul1/ul1_hs/ul1d_ext |
| 58 | endif |
| 59 | endif |
| 60 | endif |
| 61 | |
| 62 | #fdr_reorg |
| 63 | CATEGORY_INCDIRS += protocol/interface/general |
| 64 | |
| 65 | # ************************************************************************* |
| 66 | # From Global include path |
| 67 | # ************************************************************************* |
| 68 | ifeq ($(strip $(ETCM)),TRUE) |
| 69 | CATEGORY_INCDIRS += protocol/layer4/l4/tcm/etcm/include |
| 70 | endif |
| 71 | |
| 72 | CATEGORY_INCDIRS += protocol/layer4/l4/tcm/rat_tcm/inc |
| 73 | |
| 74 | CATEGORY_DEFS += |
| 75 | |
| 76 | CFLAGS := $(filter-out -fstrict-aliasing, $(CFLAGS)) -fno-strict-aliasing |