summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-01-09 13:37:48 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-10 11:30:02 -0600
commite64a4688e267b52a4bdd28da7566a20a0f7af1f0 (patch)
tree5a6b3de0130239200fee999b1907e7c17fc263b6 /src/makefile
parent7c09df4e22f2e05289e0efbb3a3b7d0ad564c9ed (diff)
downloadtalos-hostboot-e64a4688e267b52a4bdd28da7566a20a0f7af1f0.tar.gz
talos-hostboot-e64a4688e267b52a4bdd28da7566a20a0f7af1f0.zip
Remove support for P7.
Change-Id: I9186f42f85d6f6864b51b6935f5d4e5ca510ceb4 RTC: 39872 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2901 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/makefile b/src/makefile
index 0dd1fb12c..a5e788bc5 100644
--- a/src/makefile
+++ b/src/makefile
@@ -1,25 +1,25 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
-#
+#
# $Source: src/makefile $
-#
+#
# IBM CONFIDENTIAL
-#
-# COPYRIGHT International Business Machines Corp. 2010,2012
-#
+#
+# COPYRIGHT International Business Machines Corp. 2010,2013
+#
# 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 otherwise
# divested of its trade secrets, irrespective of what has been
# deposited with the U.S. Copyright Office.
-#
+#
# Origin: 30
-#
-# IBM_PROLOG_END_TAG
+#
+# IBM_PROLOG_END_TAG
ROOTPATH = ..
@@ -43,7 +43,7 @@ DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \
syscall_mm.o init_main.o vfs_main.o sync.o futexmgr.o \
ptmgr.o segmentmgr.o basesegment.o devicesegment.o \
block.o cxxtest_data.o cpuid.o misc.o msghandler.o \
- blockmsghdlr.o stacksegment.o softpatch_p7.o \
+ blockmsghdlr.o stacksegment.o softpatch_p8.o \
shutdown.o forceattn_p8.o terminate.o
BASE_MODULES = trace errl devicefw scom xscom initservice \
OpenPOWER on IntegriCloud