summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2018-07-10 00:34:50 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-08-23 04:01:33 -0500
commit20a60ab17ed62ce4c14a0f7cda61f9c2bd8f46c6 (patch)
tree249794ace6f2408938dc97e38bf151fe49171df2 /Makefile
parent4a2a88ff80811d061f55b7c7758781cc84edbc04 (diff)
downloadtalos-sbe-20a60ab17ed62ce4c14a0f7cda61f9c2bd8f46c6.tar.gz
talos-sbe-20a60ab17ed62ce4c14a0f7cda61f9c2bd8f46c6.zip
Add axone config
RTC: 187456 Change-Id: I6f82577cd457ae85dc6ae29edeb13cc1a8607543 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62089 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--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb7858f0..a6eba8c0 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,10 @@ tar:
DD2:
$(MAKE) -C $(BUILD_DIR) all
-all: DD2
+axone:
+ $(MAKE) -C $(BUILD_DIR) all project=power_axone
+
+all: DD2 axone
clean:
$(MAKE) -C $(BUILD_DIR) clean
OpenPOWER on IntegriCloud