# ******************************************************************************
# (C) Automotive-Lighting Reutlingen GmbH  -  ALRT/EEG
#     Tuebinger Strasse 123, 72762 Reutlingen, Germany
# ******************************************************************************

# ------------------------------------------------------------------------------
# file   CddBoost_030_Flags.gmk
#
# \brief CddBoost make flags
#
# ------------------------------------------------------------------------------

# ---------------------------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------------------------
#  FLAGS - The result of this file is to add the CDD include files
# ---------------------------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------------------------

C_INCLUDES_CDDBOOST = $(PATH_SRC_CDD_BASE)/CddBoost/Api


C_INCLUDES       := $(C_INCLUDES_CDDBOOST)                                                 \
                    $(C_INCLUDES)
