summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/test/makefile
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2012-03-20 14:00:18 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-19 11:11:05 -0500
commit1b0a35720413defe69a4944331d937284ba7e755 (patch)
tree3ca7a41e95a66b08943c419ff6ab844e718d865a /src/usr/diag/prdf/test/makefile
parent22a489a13ad5fde3d584b3c770178c9018a21e4f (diff)
downloadtalos-hostboot-1b0a35720413defe69a4944331d937284ba7e755.tar.gz
talos-hostboot-1b0a35720413defe69a4944331d937284ba7e755.zip
Initial PRD code structure in Hostboot
- RTC: 37733 - Add HUID debug trace and update from review comments Change-Id: I3894c1daa1fae4c307816ad3fab4014a38fca786 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/776 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/test/makefile')
-rw-r--r--src/usr/diag/prdf/test/makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/test/makefile b/src/usr/diag/prdf/test/makefile
new file mode 100644
index 000000000..9c25808e3
--- /dev/null
+++ b/src/usr/diag/prdf/test/makefile
@@ -0,0 +1,37 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/diag/prdf/test/makefile $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2012
+#
+# p1
+#
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
+#
+# The source code for this program is not published or other-
+# wise divested of its trade secrets, irrespective of what has
+# been deposited with the U.S. Copyright Office.
+#
+# Origin: 30
+#
+# IBM_PROLOG_END
+
+
+ROOTPATH = ../../../../..
+
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/diag/prdf
+EXTRAINCDIR += ${ROOTPATH}/src/usr/diag/prdf
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/errl
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/targeting
+
+MODULE = testprdf
+
+TESTS = *.H
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud