From 10df96d0bf6378f2d6ede7bfb27f21af41c309d5 Mon Sep 17 00:00:00 2001 From: Wael El-Essawy Date: Fri, 20 Nov 2015 13:47:12 -0600 Subject: OCC GPE0: Core Data Collection infrastructure in GPE0 Create IPC function for core data collection return dummy data at this point to allow 405 to schedule and "use" data back. Change-Id: I520e9333fa25e37127d6af693ad6f21da3431939 RTC: 131183 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22247 Reviewed-by: Fadi Kassem Reviewed-by: Wael Elessawy Tested-by: Fadi Kassem --- src/occ_gpe0/topfiles.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/occ_gpe0/topfiles.mk') diff --git a/src/occ_gpe0/topfiles.mk b/src/occ_gpe0/topfiles.mk index 6e1b3b1..58f261c 100644 --- a/src/occ_gpe0/topfiles.mk +++ b/src/occ_gpe0/topfiles.mk @@ -22,7 +22,8 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG -TOP-C-SOURCES = gpe0_main.c pk_app_irq_table.c ipc_func_tables.c apss_read.c apss_util.c apss_init.c core_data.c +TOP-C-SOURCES = gpe0_main.c pk_app_irq_table.c ipc_func_tables.c apss_read.c \ + apss_init.c gpe_util.c core_data.c gpe_core_data.c TOP-S-SOURCES = TOP_OBJECTS = $(TOP-C-SOURCES:.c=.o) $(TOP-S-SOURCES:.S=.o) -- cgit v1.2.1