# ------------------------------------------------------------------------------
# make file containing specialized MCAL flags
# ------------------------------------------------------------------------------

# The result of this file is to add the MCAL include files
 
PATH_INC_TASK = $(PATH_SRC_OS)/Task

C_INCLUDES_OS =	$(PATH_INC_TASK)												\
                $(PATH_INC_TASK)/cpu_port/$(TYP_FAMILY)_$(TYP_DERIV)/	     	\
                $(PATH_INC_TASK)/pt_thread/	     								\
                $(PATH_INC_TASK)/cfg	     									\

C_INCLUDES     := $(C_INCLUDES)\
                  $(C_INCLUDES_OS)
                  