summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2018-01-28 23:49:22 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-30 05:34:43 -0500
commit3c633a6c2cd626dafef63f40bfd611016b05ecc7 (patch)
tree4b71baea3b7f5aa6cf2655452dd1763fc4905808 /Makefile
parent6995522a60cb882f228b061db41ab6438fac8a8b (diff)
downloadtalos-sbe-3c633a6c2cd626dafef63f40bfd611016b05ecc7.tar.gz
talos-sbe-3c633a6c2cd626dafef63f40bfd611016b05ecc7.zip
Cleanup as DD1 is not supported anymore
Change-Id: I57580a088ffc62cc678b32d8d0779d992df6d76a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52763 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: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b8d3184a..fb7858f0 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@
#
# IBM_PROLOG_END_TAG
BUILD_DIR = src/build
-.PHONY: install all clean tar install_DD1 install_DD2 DD1 DD2
+.PHONY: install
install: all tar
@@ -31,7 +31,7 @@ tar:
$(MAKE) -C $(BUILD_DIR) tar
DD2:
- $(MAKE) -C $(BUILD_DIR) all ddlevel=DD2
+ $(MAKE) -C $(BUILD_DIR) all
all: DD2
OpenPOWER on IntegriCloud