summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/images.rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/mkrules/images.rules.mk')
-rw-r--r--src/build/mkrules/images.rules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/mkrules/images.rules.mk b/src/build/mkrules/images.rules.mk
index 92722dba2..2a611b030 100644
--- a/src/build/mkrules/images.rules.mk
+++ b/src/build/mkrules/images.rules.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2016
+# Contributors Listed Below - COPYRIGHT 2013,2017
# [+] International Business Machines Corp.
#
#
@@ -58,6 +58,7 @@ $(IMGDIR)/%.bin: $(IMGDIR)/%.elf \
$(addprefix $(IMGDIR)/lib, \
$(addsuffix .so, $($*_EXTENDED_MODULES))) \
) \
+ $(if $($*_NO_RELOCATION), --no-relocation) \
$(addprefix $(IMGDIR)/, $($*_DATA_MODULES)) \
| bzip2 -zc > $(IMGDIR)/.$*.lnkout.bz2'
$(C1)$(ROOTPATH)/src/build/tools/addimgid $@ $<
OpenPOWER on IntegriCloud