rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | # Define source file lists to SRC_LIST |
| 2 | SRC_LIST = custom/service/sbp/sbp_utility.c \ |
| 3 | custom/service/sbp/sbp_config_ctrl.c \ |
| 4 | custom/service/sbp/sbp_task_clean.c \ |
| 5 | custom/service/sbp/sbp_nvram_config.c \ |
| 6 | custom/service/sbp/sbp_nvram_errc_config.c \ |
| 7 | custom/service/sbp/sbp_nvram_ims_config.c \ |
| 8 | custom/service/sbp/sbp_nvram_iwlan_config.c \ |
| 9 | custom/service/sbp/sbp_nvram_ltecsr_config.c \ |
| 10 | custom/service/sbp/sbp_nvram_mscap_config.c \ |
| 11 | custom/service/sbp/sbp_nvram_phonemode_config.c \ |
| 12 | custom/service/sbp/sbp_nvram_nwsel_config.c \ |
| 13 | custom/service/sbp/sbp_nvram_vgmm_config.c \ |
| 14 | custom/service/sbp/sbp_nvram_rac_config.c \ |
| 15 | custom/service/sbp/sbp_nvram_rrc_config.c \ |
| 16 | custom/service/sbp/sbp_nvram_sdm_config.c \ |
| 17 | custom/service/sbp/sbp_nvram_vdm_config.c \ |
| 18 | custom/service/sbp/sbp_nvram_n3cf_config.c \ |
| 19 | custom/service/sbp/sbp_nvram_l4c_config.c \ |
| 20 | custom/service/sbp/sbp_nvram_bip_config.c \ |
| 21 | custom/service/sbp/sbp_nvram_el1c_config.c \ |
| 22 | custom/service/sbp/sbp_nvram_d2_config.c \ |
| 23 | custom/service/sbp/sbp_nvram_xcap_config.c \ |
| 24 | custom/service/sbp/sbp_nvram_cval_config.c \ |
| 25 | custom/service/sbp/sbp_nvram_hlp_config.c \ |
| 26 | custom/service/sbp/sbp_task.c \ |
| 27 | custom/service/sbp/sbp_sms_config.c \ |
| 28 | custom/service/sbp/sbp_nvram_mcf_config.c \ |
| 29 | custom/service/sbp/sbp_nvram_mrs_config.c \ |
| 30 | custom/service/sbp/sbp_nvram_rrm_config.c \ |
| 31 | custom/service/sbp/sbp_nvram_ssds_config.c \ |
| 32 | custom/service/sbp/sbp_nvram_rsra_config.c \ |
| 33 | custom/service/sbp/sbp_nvram_sim_config.c \ |
| 34 | custom/service/sbp/sbp_nvram_c2k_config.c \ |
| 35 | custom/service/sbp/sbp_nvram_tcm_config.c \ |
| 36 | custom/service/sbp/sbp_nvram_sm_config.c \ |
| 37 | custom/service/sbp/sbp_nvram_esm_config.c\ |
| 38 | custom/service/sbp/sbp_nvram_mm_config.c \ |
| 39 | custom/service/sbp/sbp_cc_config.c \ |
| 40 | custom/service/sbp/sbp_nvram_l5_config.c \ |
| 41 | custom/service/sbp/sbp_atci_config.c |
| 42 | |
| 43 | ifeq ($(strip $(FIVEG_MODE_SUPPORT)),FIVEG_MODE) |
| 44 | SRC_LIST += custom/service/sbp/sbp_nvram_nrrc_config.c |
| 45 | endif |
| 46 | |
| 47 | ifeq ($(strip $(LGE_SECURITY)), TRUE) |
| 48 | INC_DIR += custom/modem/lgesecurity |
| 49 | endif |
| 50 | |
| 51 | # Define include path lists to INC_DIR |
| 52 | # INC_DIR = $(strip .)/interface/modem/general |
| 53 | INC_DIR = service/nvram/include \ |
| 54 | interface/protocol/general \ |
| 55 | interface/service/mcf |
| 56 | |
| 57 | #fdr_reorg |
| 58 | INC_DIR += protocol/interface/general \ |
| 59 | interface/l1/cl1/common \ |
| 60 | interface/protocol/nas_c2k \ |
| 61 | interface/protocol/as_c2k/1xrtt \ |
| 62 | interface/protocol/as_c2k/evdo \ |
| 63 | interface/protocol/l2_c2k/common \ |
| 64 | interface/protocol/l4_c2k |
| 65 | |