summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/corefiles.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/core/corefiles.mk')
-rw-r--r--src/sbefw/core/corefiles.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sbefw/core/corefiles.mk b/src/sbefw/core/corefiles.mk
index 3b3bf233..2b110523 100644
--- a/src/sbefw/core/corefiles.mk
+++ b/src/sbefw/core/corefiles.mk
@@ -58,6 +58,9 @@ CORESEEPROM-CPP-SOURCES = sbeSecureMemRegionManager.C
ifeq ($(SBE_S0_SUPPORT), 1)
CORESEEPROM-CPP-SOURCES += sbes0handler.C
endif
+ifeq ($(SBE_CONSOLE_SUPPORT), 1)
+CORESEEPROM-CPP-SOURCES += sbeConsole.C
+endif
CORESEEPROM-C-SOURCES =
CORESEEPROM-S-SOURCES =
OpenPOWER on IntegriCloud