From 1b0a35720413defe69a4944331d937284ba7e755 Mon Sep 17 00:00:00 2001 From: Chris Phan Date: Tue, 20 Mar 2012 14:00:18 -0500 Subject: 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 Reviewed-by: A. Patrick Williams III --- src/usr/diag/prdf/prd_framework.mk | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 src/usr/diag/prdf/prd_framework.mk (limited to 'src/usr/diag/prdf/prd_framework.mk') diff --git a/src/usr/diag/prdf/prd_framework.mk b/src/usr/diag/prdf/prd_framework.mk new file mode 100755 index 000000000..4d176a7dc --- /dev/null +++ b/src/usr/diag/prdf/prd_framework.mk @@ -0,0 +1,30 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/diag/prdf/prd_framework.mk $ +# +# 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 + + + +######## Framework ######## + +prd_framework = \ + prdf_main.o \ + prdfTrace.o -- cgit v1.2.1