diff options
| author | Brad Bishop <bradleyb@us.ibm.com> | 2012-03-13 13:53:53 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-03-19 10:57:31 -0500 |
| commit | 4bd432b988c1fe06c835bc6a4e4f901e136c30e7 (patch) | |
| tree | 7ce43242b1691151c334891358da7f0a6fb835ba /src/usr/diag/makefile | |
| parent | f1760e04ceab564f8cef0c8d267bece75cce116c (diff) | |
| download | blackbird-hostboot-4bd432b988c1fe06c835bc6a4e4f901e136c30e7.tar.gz blackbird-hostboot-4bd432b988c1fe06c835bc6a4e4f901e136c30e7.zip | |
initial mdia commit. directories, makefiles, workitem
Change-Id: Ic48a13935bfea72def5cdc63db3a93bb659ded30
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/751
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/makefile')
| -rw-r--r-- | src/usr/diag/makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/usr/diag/makefile b/src/usr/diag/makefile new file mode 100644 index 000000000..118391c9e --- /dev/null +++ b/src/usr/diag/makefile @@ -0,0 +1,27 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/diag/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 = ../../.. + +SUBDIRS = mdia.d + +include ${ROOTPATH}/config.mk |

