rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | CATEGORY_INCDIRS += ./interface/service/fsm |
| 2 | CATEGORY_INCDIRS += interface/protocol/l2_utility/flc2_v2 |
| 3 | |
| 4 | CATEGORY_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 | |
| 28 | ifneq ($(strip $(EUTRAN_MODE_SUPPORT)),NONE) |
| 29 | CATEGORY_INCDIRS += protocol/layer4/l4/rac/erac/include |
| 30 | endif |
| 31 | |
| 32 | ifeq ($(strip $(UMTS_RELEASE_SUPPORT)),UMTS_R8_SUPPORT) |
| 33 | CATEGORY_INCDIRS += l1/ul1/ul1d_ext |
| 34 | else |
| 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 |
| 42 | endif |
| 43 | |
| 44 | #fdr_reorg |
| 45 | CATEGORY_INCDIRS += protocol/interface/general |
| 46 | |
| 47 | # ************************************************************************* |
| 48 | # From Global include path |
| 49 | # ************************************************************************* |
| 50 | ifeq ($(strip $(ETCM)),TRUE) |
| 51 | CATEGORY_INCDIRS += protocol/layer4/l4/tcm/etcm/include |
| 52 | endif |
| 53 | |
| 54 | CATEGORY_INCDIRS += protocol/layer4/l4/tcm/rat_tcm/inc |
| 55 | CATEGORY_DEFS += |
| 56 | |
| 57 | CFLAGS := $(filter-out -fstrict-aliasing, $(CFLAGS)) -fno-strict-aliasing |