blob: 7416316c6a0a40b950b7b763f7ae0efff626391d [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001# Maple object model
2#
3MOD_NAME = model
4MOD_TYPE = lib
5MOD_DEPS = utils common_api
6MOD_INC_DIRS = $(MODEL_OUT_DIR)
7gen_srcs = bcmolt_model_types.c bcmolt_msg_pack.c
8
9ifeq ("$(OS_KERNEL)", "linux")
10 MOD_DEPS += sysmodel
11endif
12
13EXTRA_TYPES += pon_onu_id pon_alloc_id pon_gem_port_id pon_alloc_index pon_gem_port_index
14
15ifeq ("$(ENABLE_EPON)", "y")
16 EXTRA_TYPES += eni pon_rate ieee_8021as_time_sync
17endif
18
19ifeq ("$(ENABLE_GPON)", "y")
20 EXTRA_TYPES += burst_profile mac_table_idx_main mac_table_idx_cam mac_table_idx_combined
21endif