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

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

C_INCLUDES_MCAL  = $(PATH_SRC_GEN)/Mcal/Adc                                    \
                   $(PATH_SRC_GEN)/Mcal/Can                                    \
                   $(PATH_SRC_GEN)/Mcal/Dio                                    \
                   $(PATH_SRC_GEN)/Mcal/Gpt                                    \
                   $(PATH_SRC_GEN)/Mcal/Mcu                                    \
                   $(PATH_SRC_GEN)/Mcal/Port                                   \
                   $(PATH_SRC_GEN)/Mcal/Wdg

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