summaryrefslogtreecommitdiffstats
path: root/src/boot
diff options
context:
space:
mode:
authorkswaroop <krathmar@in.ibm.com>2019-01-31 03:27:56 -0600
committerRAJA DAS <rajadas2@in.ibm.com>2019-02-21 22:39:50 -0600
commit81c84876585779e9c0d7484cca9e61e5351ed872 (patch)
tree74a3e07ad7c4aed91a87479b2f30b29b5955dbb3 /src/boot
parent4529a95e14de37b40ece0c1c0b3894a5bdbf6f58 (diff)
downloadtalos-sbe-81c84876585779e9c0d7484cca9e61e5351ed872.tar.gz
talos-sbe-81c84876585779e9c0d7484cca9e61e5351ed872.zip
PIBMEM only image
pibmem only image can be built for axone with the following command. 'make axone img=pibmem' Change-Id: I2daa352c54aa7ca5483f0c9f43b5a5de2d2bb115 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71130 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>
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/boot/Makefile b/src/boot/Makefile
index c1d1b808..fde735c3 100644
--- a/src/boot/Makefile
+++ b/src/boot/Makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER sbe Project
#
-# Contributors Listed Below - COPYRIGHT 2016,2018
+# Contributors Listed Below - COPYRIGHT 2016,2019
# [+] International Business Machines Corp.
#
#
@@ -33,8 +33,10 @@ OBJS := $(addprefix $(OBJDIR)/, $(BOOT_OBJECTS))
LINK_SCRIPT_LOADER = $(addprefix $(OBJDIR)/, linkscriptloader)
LINK_SCRIPT_OTPROM = $(addprefix $(OBJDIR)/, linkscriptotprom)
+ifneq ($(img), pibmem)
all: $(OBJS) \
$(IMG_DIR)/$(IMAGE_LOADER_NAME).bin $(IMG_DIR)/$(IMAGE_OTPROM_NAME).bin
+endif
$(OBJS) $(OBJS:.o=.d): | $(OBJDIR)
OpenPOWER on IntegriCloud