###################################################################
# flag
###################################################################

MOD_SRC  = 
MOD_OBJ  = $(MTK_ROOT_OUT)/PRELOADER_OBJ/obj

###################################################################
# source files
# - add your file here !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
###################################################################

# these code are not generated by tool
MOD_SRC  := \
cust_msdc.c 
#cust_gpio.c

# these code are generated by tool
MOD_SRC_PLUS := \
custom_emi.c \

###################################################################
# target
###################################################################

include $(COMMON_FILE_MK)
