diff options
| author | Michal Marek <mmarek@suse.com> | 2016-12-11 21:20:34 +0100 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.com> | 2016-12-11 21:20:34 +0100 |
| commit | ff5b1ce6b22080379fd1ae9076ff2f5ca6519861 (patch) | |
| tree | 4f131a571988edfb5b12cdd50906a262eac94d06 /arch | |
| parent | d1e774f49f0305092c9975d9070aefe318f49872 (diff) | |
| parent | 152b695d74376bfe55cd2a6265ccc75b0d39dd19 (diff) | |
| download | talos-op-linux-ff5b1ce6b22080379fd1ae9076ff2f5ca6519861.tar.gz talos-op-linux-ff5b1ce6b22080379fd1ae9076ff2f5ca6519861.zip | |
Merge branch 'kbuild/rc-fixes' into kbuild/misc
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/purgatory/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/purgatory/Makefile b/arch/x86/purgatory/Makefile index ac58c1616408..555b9fa0ad43 100644 --- a/arch/x86/purgatory/Makefile +++ b/arch/x86/purgatory/Makefile @@ -16,6 +16,7 @@ KCOV_INSTRUMENT := n KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initialized-in-bss -fno-builtin -ffreestanding -c -MD -Os -mcmodel=large KBUILD_CFLAGS += -m$(BITS) +KBUILD_CFLAGS += $(call cc-option,-fno-PIE) $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE $(call if_changed,ld) |

