diff options
| author | Matthew Barth <msbarth@us.ibm.com> | 2012-02-17 15:50:22 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-03-06 10:18:58 -0600 |
| commit | f538d4cbe355a98be2675468da6f3a24078893e8 (patch) | |
| tree | 2eca68492641c61f8714f6d7ed790ece29a1e969 /src/usr/mbox/test/makefile | |
| parent | 18036e00119f1b3757678331173a02eb71b5d179 (diff) | |
| download | blackbird-hostboot-f538d4cbe355a98be2675468da6f3a24078893e8.tar.gz blackbird-hostboot-f538d4cbe355a98be2675468da6f3a24078893e8.zip | |
Base Mailbox device driver read/write function
Change-Id: I71cee7950d4dff6279422b6ee7fbcc94dcfaf8df
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/679
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/mbox/test/makefile')
| -rw-r--r-- | src/usr/mbox/test/makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/usr/mbox/test/makefile b/src/usr/mbox/test/makefile new file mode 100644 index 000000000..1c9c09f95 --- /dev/null +++ b/src/usr/mbox/test/makefile @@ -0,0 +1,28 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/mbox/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 = ../../../.. + +MODULE = testmbox +TESTS = *.H + +include ${ROOTPATH}/config.mk |

