Include new er7_utils CheckpointHelper directory

Added the CheckpointHelper directory to the master makefile.

refs #98
This commit is contained in:
Alex Lin 2015-08-04 09:41:56 -05:00
parent d00923f2cc
commit e263feda27

View File

@ -63,6 +63,7 @@ SIM_SERV_OBJS = $(addsuffix /object_$(TRICK_HOST_CPU)/*.o ,$(SIM_SERV_DIRS))
SIM_SERV_OBJS := $(filter-out ${TRICK_HOME}/trick_source/sim_services/MemoryManager/%, $(SIM_SERV_OBJS))
ER7_UTILS_DIRS = \
${ER7_UTILS_HOME}/CheckpointHelper \
${ER7_UTILS_HOME}/integration/abm4 \
${ER7_UTILS_HOME}/integration/beeman \
${ER7_UTILS_HOME}/integration/core \