summaryrefslogtreecommitdiffstats
path: root/sbe/image/img_defs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/image/img_defs.mk')
-rw-r--r--sbe/image/img_defs.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbe/image/img_defs.mk b/sbe/image/img_defs.mk
index dca2b5cd..84025fcc 100644
--- a/sbe/image/img_defs.mk
+++ b/sbe/image/img_defs.mk
@@ -120,7 +120,6 @@ ifndef PLAT_FAPI2_DIR
export PLAT_FAPI2_DIR = $(abspath ../hwpf)
endif
-
ifndef PPE_FAPI2_DIR
export PPE_FAPI2_DIR = $(abspath ../../hwpf)
endif
@@ -193,6 +192,10 @@ ifdef SBE_ISTEP_STUBBED
GCC-DEFS += -DSBE_ISTEP_STUBBED=1
endif
+ifdef __FAPI_DELAY_SIM__
+GCC-DEFS += -D__FAPI_DELAY_SIM__=1
+endif
+
# Generate a 16bit trace string hash prefix value based on the name of this image. This will form
# the upper 16 bits of the 32 bit trace hash values.
ifndef PK_TRACE_HASH_PREFIX
OpenPOWER on IntegriCloud