From 81c84876585779e9c0d7484cca9e61e5351ed872 Mon Sep 17 00:00:00 2001 From: kswaroop Date: Thu, 31 Jan 2019 03:27:56 -0600 Subject: 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 Tested-by: FSP CI Jenkins Reviewed-by: RAJA DAS --- src/boot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/boot') 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) -- cgit v1.2.1