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 b14d0b0f..ef5a76bb 100644
--- a/src/sbefw/core/corefiles.mk
+++ b/src/sbefw/core/corefiles.mk
@@ -62,6 +62,9 @@ endif
ifeq ($(SBE_CONSOLE_SUPPORT), 1)
CORESEEPROM-CPP-SOURCES += sbeConsole.C
endif
+ifeq ($(SBE_IPL_STATUS_LPC_SUPPORT), 1)
+CORESEEPROM-CPP-SOURCES += sbeIPLStatusLPC.C
+endif
CORESEEPROM-C-SOURCES =
CORESEEPROM-S-SOURCES =
OpenPOWER on IntegriCloud