summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2011-06-11 15:49:38 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-06-17 13:57:06 -0500
commitcdaabfdbec148d9ce85f422507c596a8ae6ced08 (patch)
treebc8edbc339263a4c4b9c71f3298ff6043af1decb /src/makefile
parentb301c77be3ab2b9c097f2e3df47e96a907221ed9 (diff)
downloadtalos-hostboot-cdaabfdbec148d9ce85f422507c596a8ae6ced08.tar.gz
talos-hostboot-cdaabfdbec148d9ce85f422507c596a8ae6ced08.zip
Initial XSCOM delivery
Change-Id: I80278bf2e03b4e6403d9a36b8782b225dba29fe3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/144 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/makefile')
-rw-r--r--src/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index f3bb5dfe8..351caa289 100644
--- a/src/makefile
+++ b/src/makefile
@@ -15,10 +15,11 @@ DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \
RUNTIME_OBJECTS =
-BASE_MODULES = trace errl devicefw
+BASE_MODULES = trace errl devicefw scom xscom
DIRECT_BOOT_MODULES = example
RUNTIME_MODULES =
-TESTCASE_MODULES = cxxtest testerrl testdevicefw testsyslib
+TESTCASE_MODULES = cxxtest testerrl testdevicefw testsyslib \
+ testscom testxscom
RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic
OpenPOWER on IntegriCloud