summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-08-27 08:15:16 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-30 06:00:17 -0400
commit0d54a6f3cfdaa6663b4cd67fb82b311a64c11c7c (patch)
treea2dbc438c090016dec8d8e9c05bf462fe02f1959 /Makefile
parent26c198fd789aa058c84f1b2229e93aedd6a422ea (diff)
downloadtalos-sbe-0d54a6f3cfdaa6663b4cd67fb82b311a64c11c7c.tar.gz
talos-sbe-0d54a6f3cfdaa6663b4cd67fb82b311a64c11c7c.zip
SBE code restructure: root level Makefile file
Change-Id: I50be7b537e51caf8dbbd67ace8808da35ea120fc RTC:159709 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28873 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..63876e0f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,34 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: Makefile $
+#
+# OpenPOWER sbe Project
+#
+# Contributors Listed Below - COPYRIGHT 2016
+#
+#
+# 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
+BUILD_DIR = sbe/image
+.PHONY: install all clean
+
+install:
+ $(MAKE) -C $(BUILD_DIR) install
+
+all:
+ $(MAKE) -C $(BUILD_DIR) all
+
+clean:
+ $(MAKE) -C $(BUILD_DIR) clean
OpenPOWER on IntegriCloud