summaryrefslogtreecommitdiffstats
path: root/src/occ_405/img_defs.mk
diff options
context:
space:
mode:
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