diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2011-06-17 13:15:52 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-06-17 13:24:39 -0500 |
commit | b301c77be3ab2b9c097f2e3df47e96a907221ed9 (patch) | |
tree | ec39f064c115847aa0d93b1e14d7e4746294eefe /src/usr/makefile | |
parent | 609d6810b8bc92dc979f8bbb8e7e7d7b7b5d9490 (diff) | |
download | talos-hostboot-b301c77be3ab2b9c097f2e3df47e96a907221ed9.tar.gz talos-hostboot-b301c77be3ab2b9c097f2e3df47e96a907221ed9.zip |
Create testcore directory for kernel-level tests.
Change-Id: I4b6235edec59c0a97f53af431752d2f4dfabcfa9
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/151
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/makefile')
-rw-r--r-- | src/usr/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/makefile b/src/usr/makefile index cd0daeba7..64c9dea42 100644 --- a/src/usr/makefile +++ b/src/usr/makefile @@ -1,6 +1,6 @@ ROOTPATH = ../.. OBJS = module_init.o -SUBDIRS = example.d trace.d cxxtest.d errl.d devicefw.d +SUBDIRS = example.d trace.d cxxtest.d testcore.d errl.d devicefw.d include ${ROOTPATH}/config.mk |