aboutsummaryrefslogtreecommitdiff
path: root/core/test/Makefile.check
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2014-10-20 11:42:53 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-10-22 17:57:58 +1100
commitde6c2a5ad4baf0a45e72ba82d3ba87446e68768c (patch)
tree2ccc42ff45391545339b381a77704c1a3bbfeb4d /core/test/Makefile.check
parentddf8ea799d116c0a44531fcb4fe91f24da1400e8 (diff)
downloadskiboot-de6c2a5ad4baf0a45e72ba82d3ba87446e68768c.zip
skiboot-de6c2a5ad4baf0a45e72ba82d3ba87446e68768c.tar.gz
skiboot-de6c2a5ad4baf0a45e72ba82d3ba87446e68768c.tar.bz2
fsp/elog: Separate the PEL log formatting functions
The PEL log format is not specific to the FSP. We plan to use the same format for OpenPOWER systems. This patch refactors the code into a platform agnostic file. Signed-off-by: Alistair Popple <alistair@popple.id.au> Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/test/Makefile.check')
-rw-r--r--core/test/Makefile.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/test/Makefile.check b/core/test/Makefile.check
index 8645001..3fe4530 100644
--- a/core/test/Makefile.check
+++ b/core/test/Makefile.check
@@ -1,5 +1,5 @@
# -*-Makefile-*-
-CORE_TEST := core/test/run-device core/test/run-mem_region core/test/run-malloc core/test/run-malloc-speed core/test/run-mem_region_init core/test/run-mem_region_release_unused core/test/run-mem_region_release_unused_noalloc core/test/run-trace core/test/run-msg
+CORE_TEST := core/test/run-device core/test/run-mem_region core/test/run-malloc core/test/run-malloc-speed core/test/run-mem_region_init core/test/run-mem_region_release_unused core/test/run-mem_region_release_unused_noalloc core/test/run-trace core/test/run-msg core/test/run-pel
check: $(CORE_TEST:%=%-check) $(CORE_TEST:%=%-gcov-run)
@@ -16,7 +16,7 @@ core/test/stubs.o: core/test/stubs.c
$(CORE_TEST) : core/test/stubs.o
-$(CORE_TEST) : % : %.c
+$(CORE_TEST) : % : %.c
$(HOSTCC) $(HOSTCFLAGS) -O0 -g -I include -I . -I libfdt -o $@ $< core/test/stubs.o
$(CORE_TEST): % : %.d