summaryrefslogtreecommitdiffstats
path: root/src/build/makefile
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2011-10-26 15:13:23 -0500
committerAndrew J. Geissler <andrewg@us.ibm.com>2011-11-01 07:38:46 -0500
commitbeb8da45e9ad11796185bfb99f47fce35a090f9e (patch)
tree28fce8583e987a2c61c631347174ef8c446557be /src/build/makefile
parent80614655c4e9842e00d13ed0ad30fa23b3402f62 (diff)
downloadtalos-hostboot-beb8da45e9ad11796185bfb99f47fce35a090f9e.tar.gz
talos-hostboot-beb8da45e9ad11796185bfb99f47fce35a090f9e.zip
Initfile compile support
- Code review comments - Second round of code review comments - Fix for compiler failure due to last code review comments Change-Id: Ic4356297a710e1bf1733b86dc47f459ee9c1533f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/463 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/makefile')
-rw-r--r--src/build/makefile24
1 files changed, 23 insertions, 1 deletions
diff --git a/src/build/makefile b/src/build/makefile
index d9ef1d792..bcbe5f5ec 100644
--- a/src/build/makefile
+++ b/src/build/makefile
@@ -1,5 +1,27 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/build/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
ROOTPATH = ../..
-SUBDIRS = linker.d tocgen.d
+SUBDIRS = linker.d tocgen.d ifcompiler.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud