From 513d71673012fc1b622d72174e70c6fcea8e25f2 Mon Sep 17 00:00:00 2001 From: spashabk-in Date: Mon, 5 Feb 2018 23:47:52 -0600 Subject: [PATCH] Move trace array to seeprom Change-Id: I72c2c4444b3f25ee936c3a28145b3af541a8752d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53427 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: RAJA DAS Reviewed-by: Sachin Gupta --- src/sbefw/app/power/apppowerfiles.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbefw/app/power/apppowerfiles.mk b/src/sbefw/app/power/apppowerfiles.mk index 0059f34e3..42a967ea0 100644 --- a/src/sbefw/app/power/apppowerfiles.mk +++ b/src/sbefw/app/power/apppowerfiles.mk @@ -29,7 +29,6 @@ APPPOWERPIBMEM-CPP-SOURCES += sbecmdmemaccess.C APPPOWERPIBMEM-CPP-SOURCES += sbecmdcntlinst.C APPPOWERPIBMEM-CPP-SOURCES += sbecmdregaccess.C APPPOWERPIBMEM-CPP-SOURCES += sbecmdmpipl.C -APPPOWERPIBMEM-CPP-SOURCES += sbecmdtracearray.C APPPOWERPIBMEM-CPP-SOURCES += sbecmdcntrldmt.C APPPOWERPIBMEM-CPP-SOURCES += sbecmdsram.C APPPOWERPIBMEM-CPP-SOURCES += sbecmdgeneric.C @@ -46,6 +45,7 @@ APPPOWERSEEPROM-CPP-SOURCES += sbecmdmemaccess.C APPPOWERSEEPROM-CPP-SOURCES += sbecmdmpipl.C APPPOWERSEEPROM-CPP-SOURCES += sbecmdfastarray.C APPPOWERSEEPROM-CPP-SOURCES += sbecmdgeneric.C +APPPOWERSEEPROM-CPP-SOURCES += sbecmdtracearray.C APPPOWERSEEPROM-C-SOURCES = APPPOWERSEEPROM-S-SOURCES =