 
# ****************************************************************************** 
# (C) Automotive-Lighting Reutlingen GmbH  -  ALRT/EEG                           
#     Tuebinger Strasse 123, 72762 Reutlingen, Germany                           
# ****************************************************************************** 
# ------------------------------------------------------------------------------ 
# file   E2E.gmk        
# Writer   xukaiming         
#  \\ brief customer make files for HiRain.   
#           
# ------------------------------------------------------------------------------ 
C_SRC_CUST_HIRAIN_E2E = \
        $(PATH_SRC_HIRAIN)/E2E/E2E_P01\
        $(PATH_SRC_HIRAIN)/E2E/E2E\
        $(PATH_SRC_HIRAIN)/E2E/E2E_PG\
        $(PATH_SRC_HIRAIN)/E2E/E2E_SM

C_SRC_CUST_HIRAIN                     := $(C_SRC_CUST_HIRAIN)\
                                         $(C_SRC_CUST_HIRAIN_E2E)
    