diff options
author | Nick Bofferding <bofferdn@us.ibm.com> | 2011-06-08 08:11:59 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-06-17 16:02:44 -0500 |
commit | 36d3996114b47cac0f12f16bf5a5c51a2f5f2ecf (patch) | |
tree | 8a8175b9d1bb5f6ef76a1d32eb2226fc6067eb98 /src/usr/makefile | |
parent | cdaabfdbec148d9ce85f422507c596a8ae6ced08 (diff) | |
download | talos-hostboot-36d3996114b47cac0f12f16bf5a5c51a2f5f2ecf.tar.gz talos-hostboot-36d3996114b47cac0f12f16bf5a5c51a2f5f2ecf.zip |
Added support for base targeting infrastructure
Change-Id: Ie32d18b421b63f067eaf49a3592368f4adc444aa
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/139
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/makefile')
-rw-r--r-- | src/usr/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/makefile b/src/usr/makefile index c1a57cddb..0f0ec8e65 100644 --- a/src/usr/makefile +++ b/src/usr/makefile @@ -1,7 +1,8 @@ ROOTPATH = ../.. OBJS = module_init.o + SUBDIRS = example.d trace.d cxxtest.d testcore.d errl.d devicefw.d \ - scom.d xscom.d + scom.d xscom.d targeting.d include ${ROOTPATH}/config.mk |