summaryrefslogtreecommitdiffstats
path: root/src/occ_405/img_defs.mk
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2015-12-10 14:26:52 -0600
committerWael Elessawy <welessa@us.ibm.com>2015-12-15 14:39:03 -0600
commitff50d1ba87a4affe60b26d581b668f12a355de29 (patch)
treeb6233c1e566036c276a9261431cd2e089faa8654 /src/occ_405/img_defs.mk
parent99ef891b7853232a80d5c1914f201c81e8a725c3 (diff)
downloadtalos-occ-ff50d1ba87a4affe60b26d581b668f12a355de29.tar.gz
talos-occ-ff50d1ba87a4affe60b26d581b668f12a355de29.zip
Enable state transition to observation
Enabled DCOM thread RTC:140900 Change-Id: I857e2c4b2a15903ccddc2df5db910dddf155a8e5 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22658 Tested-by: FSP CI Jenkins Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Wael Elessawy <welessa@us.ibm.com>
Diffstat (limited to 'src/occ_405/img_defs.mk')
-rw-r--r--src/occ_405/img_defs.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/occ_405/img_defs.mk b/src/occ_405/img_defs.mk
index 2822f9e..e3fec37 100644
--- a/src/occ_405/img_defs.mk
+++ b/src/occ_405/img_defs.mk
@@ -179,6 +179,12 @@ ifdef TRAC_TO_SIMICS
GCC-DEFS += -DTRAC_TO_SIMICS=1
endif
+ifdef STRAIGHT_TO_OBS_HACK
+GCC-DEFS += -DSTRAIGHT_TO_OBS_HACK=$(STRAIGHT_TO_OBS_HACK)
+else
+GCC-DEFS += -DSTRAIGHT_TO_OBS_HACK=1
+endif
+
GCC-DEFS += -DIMAGE_NAME=$(IMAGE_NAME)
GCC-DEFS += -DSSX_TIMER_SUPPORT=$(SSX_TIMER_SUPPORT)
GCC-DEFS += -DSSX_THREAD_SUPPORT=$(SSX_THREAD_SUPPORT)
OpenPOWER on IntegriCloud