summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/runtime/makefile
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2016-04-19 16:24:25 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-25 16:02:30 -0400
commitb24c53c78faff4a6ef41232d1ae742d28045e354 (patch)
tree0ced340c2ab7bd3e4a4dd7ae79b1b210a09d42c3 /src/usr/fapi2/runtime/makefile
parent9624de19f81da674e87a9fbc697f98fbcf43fb9d (diff)
downloadblackbird-hostboot-b24c53c78faff4a6ef41232d1ae742d28045e354.tar.gz
blackbird-hostboot-b24c53c78faff4a6ef41232d1ae742d28045e354.zip
Build FAPI2 into HBRT image
Change-Id: I3567d4d534a26edd33810f6b3a5c033507ffc119 RTC:145237 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23441 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/runtime/makefile')
-rwxr-xr-xsrc/usr/fapi2/runtime/makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/usr/fapi2/runtime/makefile b/src/usr/fapi2/runtime/makefile
new file mode 100755
index 000000000..6d56a3cf4
--- /dev/null
+++ b/src/usr/fapi2/runtime/makefile
@@ -0,0 +1,42 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/fapi2/runtime/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2015,2016
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+#
+# @file src/usr/fapi2/runtime/makefile
+#
+# @brief Makefile rule for runtime fapi2 module
+#
+
+HOSTBOOT_RUNTIME = 1
+ROOTPATH = ../../../..
+
+MODULE = fapi2_rt
+
+SUBDIRS += test.d
+
+include ../fapi2.mk
+
+include ${ROOTPATH}/config.mk
+
+VPATH += ..
OpenPOWER on IntegriCloud