summaryrefslogtreecommitdiffstats
path: root/src/usr/makefile
diff options
context:
space:
mode:
authorMissy Connell <missyc@us.ibm.com>2012-07-16 14:46:47 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-27 17:36:28 -0500
commit428319443515f3eca49f4537422103f9534b8dd3 (patch)
treebd3f8fa557088eab78af0eb8e3af4b458fd5730d /src/usr/makefile
parent0bbf9079c5659d43a79daf54ccf3b1aad7665193 (diff)
downloadtalos-hostboot-428319443515f3eca49f4537422103f9534b8dd3.tar.gz
talos-hostboot-428319443515f3eca49f4537422103f9534b8dd3.zip
Scan Functionality
Supports Scan read/write Change-Id: I3ccecb772cff3de80062a35219fbfd9fdefd3d82 RTC:34014 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1470 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/makefile46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/usr/makefile b/src/usr/makefile
index 669a20fc4..a4e413cbd 100644
--- a/src/usr/makefile
+++ b/src/usr/makefile
@@ -1,25 +1,25 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
-#
-# $Source: src/usr/makefile $
-#
-# IBM CONFIDENTIAL
-#
-# COPYRIGHT International Business Machines Corp. 2010 - 2011
-#
-# 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
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/makefile $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2010,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 otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
+#
+# Origin: 30
+#
+# IBM_PROLOG_END_TAG
ROOTPATH = ../..
OBJS = module_init.o
@@ -27,6 +27,6 @@ OBJS = module_init.o
SUBDIRS = example.d trace.d cxxtest.d testcore.d errl.d devicefw.d \
scom.d xscom.d targeting.d initservice.d hwpf.d \
ecmddatabuffer.d pnor.d i2c.d vfs.d fsi.d hwas.d fsiscom.d \
- intr.d spd.d pore.d util.d mbox.d diag.d mvpd.d
+ intr.d spd.d pore.d util.d mbox.d diag.d mvpd.d scan.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud