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

# The result of this file is to add the MCAL include files

include $(PATH_GMK_MCAL_FAMILY_DERIV)/Hal_MCAL_030_Flags.gmk  
 

C_INCLUDES_MCAL = $(C_INCLUDES_CUST_MCAL)\
                  $(PATH_MCAL_CONFIG_CUST_INC)                                         \

C_INCLUDES     := $(C_INCLUDES)\
                  $(C_INCLUDES_MCAL)
                  