include ${G_MODULE_CONFIG_F}


M_SUB_DIRS=

ifeq (y,$(CONFIG_F1_F1C_1))
	M_SUB_DIRS += F1C	
	
endif

ifeq (y,$(CONFIG_F1_F1U_2))
	M_SUB_DIRS += F1U
endif

ifeq (y,$(CONFIG_CU))
	include ${G_COMPILE_CU_CONFIG_F}
endif

ifeq (y,$(CONFIG_DU))
	include ${G_COMPILE_DU_CONFIG_F}
endif

ifeq (y,$(CONFIG_CUCP))
	include ${G_COMPILE_CUCP_CONFIG_F}
endif

ifeq (y,$(CONFIG_CUUP))
	include ${G_COMPILE_CUUP_CONFIG_F}
endif

include ${G_COMMON_L1_F}

