summaryrefslogtreecommitdiffstats
path: root/src/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/Makefile')
-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