summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-03-21 01:44:07 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-03-23 02:05:34 -0400
commitee43eabffe71c2b90b590f9b7754c995ada798e8 (patch)
tree4f646386dd6f0ca9cbb6adef30cb6fd3d255a86e /Makefile
parent8f2645e0257e98176e0d4968c498327741dec205 (diff)
downloadtalos-sbe-ee43eabffe71c2b90b590f9b7754c995ada798e8.tar.gz
talos-sbe-ee43eabffe71c2b90b590f9b7754c995ada798e8.zip
Build infra updates for op-build
RTC:166889 Change-Id: I668af45fbb905385236a9090d145b548e6c77c2d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38192 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 7a634faf..ec259f0d 100644
--- a/Makefile
+++ b/Makefile
@@ -25,13 +25,6 @@
BUILD_DIR = src/build
.PHONY: install all clean tar install_DD1 install_DD2 DD1 DD2
-del_objects:
- @rm -rf obj/sbefw
- @rm -rf obj/import_hwp_mk
- @rm -rf obj/boot
- @rm -rf obj/build/utils
- @rm -rf obj/fapi2
-
install: all tar
install_DD1: DD1 tar
@@ -46,7 +39,7 @@ DD1:
DD2:
$(MAKE) -C $(BUILD_DIR) all ddlevel=DD2
-all: DD1 del_objects DD2
+all: DD1 DD2
clean:
$(MAKE) -C $(BUILD_DIR) clean
OpenPOWER on IntegriCloud