X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Farm64%2FMakefile;h=85de2131537ecbdf73985288af03dfb2906d4fad;hb=c21e4b4053235f0d93aa70b68adf047ae889048e;hp=d3f03c6752b96bcc70c5226d97b535dc0962b618;hpb=1d25707ec252866943bb1b4e248dacfb7a3027d0;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index d3f03c6752b9..85de2131537e 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -16,7 +16,7 @@ OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment -S GZFLAGS :=-9 ifneq ($(CONFIG_RELOCATABLE),) -LDFLAGS_vmlinux += -pie +LDFLAGS_vmlinux += -pie -Bsymbolic endif KBUILD_DEFCONFIG := defconfig @@ -116,7 +116,7 @@ dtbs: prepare scripts dtbs_install: $(Q)$(MAKE) $(dtbinst)=$(boot)/dts -Image.gz-dtb: vmlinux scripts dtbs +Image-dtb Image.gz-dtb: vmlinux scripts dtbs $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ PHONY += vdso_install