summaryrefslogtreecommitdiffstats
path: root/src/sbefw/core/corefiles.mk
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-12-10 11:48:20 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-24 22:39:07 -0500
commit6db778b0fd24312e943ba96a5a99f5044f623dc2 (patch)
treec61fcc2cb6b1760988fd74f7f3a1c029496fe3c9 /src/sbefw/core/corefiles.mk
parentc47554f1d2ee06e40bcb6f5b2427b02790aa280a (diff)
downloadtalos-sbe-6db778b0fd24312e943ba96a5a99f5044f623dc2.tar.gz
talos-sbe-6db778b0fd24312e943ba96a5a99f5044f623dc2.zip
[SBE-code-re-org][7] App and core files separation
Separating app specific code from core library Change-Id: I4b67aa4ff6230cbeea44417ebadb94db6010cbc0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50745 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/sbefw/core/corefiles.mk')
-rw-r--r--src/sbefw/core/corefiles.mk19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/sbefw/core/corefiles.mk b/src/sbefw/core/corefiles.mk
index 576f76f3..4ab1450c 100644
--- a/src/sbefw/core/corefiles.mk
+++ b/src/sbefw/core/corefiles.mk
@@ -27,33 +27,21 @@ COREPIBMEM-CPP-SOURCES += sbeirq.C
COREPIBMEM-CPP-SOURCES += sbecmdreceiver.C
COREPIBMEM-CPP-SOURCES += sbecmdprocessor.C
COREPIBMEM-CPP-SOURCES += sbecmdparser.C
-COREPIBMEM-CPP-SOURCES += sbecmdscomaccess.C
COREPIBMEM-CPP-SOURCES += pool.C
-COREPIBMEM-CPP-SOURCES += sbecmdgeneric.C
COREPIBMEM-CPP-SOURCES += sbeFifoMsgUtils.C
-COREPIBMEM-CPP-SOURCES += sbecmdmemaccess.C
COREPIBMEM-CPP-SOURCES += sbeHostUtils.C
-COREPIBMEM-CPP-SOURCES += sbecmdcntrldmt.C
-COREPIBMEM-CPP-SOURCES += sbecmdsram.C
COREPIBMEM-CPP-SOURCES += sberegaccess.C
-COREPIBMEM-CPP-SOURCES += sbecmdcntlinst.C
-COREPIBMEM-CPP-SOURCES += sbecmdregaccess.C
COREPIBMEM-CPP-SOURCES += sbeFFDC.C
-COREPIBMEM-CPP-SOURCES += sbecmdringaccess.C
COREPIBMEM-CPP-SOURCES += sbescom.C
-COREPIBMEM-CPP-SOURCES += sbecmdmpipl.C
COREPIBMEM-CPP-SOURCES += sbefapiutil.C
COREPIBMEM-CPP-SOURCES += sbeutil.C
-COREPIBMEM-CPP-SOURCES += sbecmdtracearray.C
COREPIBMEM-CPP-SOURCES += sbeTimerSvc.C
-COREPIBMEM-CPP-SOURCES += sbecmdCntrlTimer.C
COREPIBMEM-CPP-SOURCES += sbeHostMsg.C
COREPIBMEM-CPP-SOURCES += sbeSpMsg.C
COREPIBMEM-CPP-SOURCES += sbeglobals.C
COREPIBMEM-CPP-SOURCES += sbeMemAccessInterface.C
COREPIBMEM-CPP-SOURCES += sbeSecureMemRegionManager.C
COREPIBMEM-CPP-SOURCES += sbeSecurity.C
-COREPIBMEM-CPP-SOURCES += sbecmdiplcontrol.C
COREPIBMEM-CPP-SOURCES += chipop_handler.C
COREPIBMEM-CPP-SOURCES += ipl.C
@@ -63,12 +51,7 @@ COREPIBMEM-S-SOURCES =
COREPIBMEM_OBJECTS = $(COREPIBMEM-C-SOURCES:.c=.o) $(COREPIBMEM-CPP-SOURCES:.C=.o) $(COREPIBMEM-S-SOURCES:.S=.o)
# seeprom objects
-CORESEEPROM-CPP-SOURCES = sbecmdgeneric.C
-CORESEEPROM-CPP-SOURCES += sbecmdmpipl.C
-CORESEEPROM-CPP-SOURCES += sbecmdiplcontrol.C
-CORESEEPROM-CPP-SOURCES += sbecmdmemaccess.C
-CORESEEPROM-CPP-SOURCES += sbeSecureMemRegionManager.C
-CORESEEPROM-CPP-SOURCES += sbecmdfastarray.C
+CORESEEPROM-CPP-SOURCES = sbeSecureMemRegionManager.C
CORESEEPROM-C-SOURCES =
CORESEEPROM-S-SOURCES =
OpenPOWER on IntegriCloud