Home
last modified time | relevance | path

Searched hist:"9 e6abd2a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A DMakefile9e6abd2a Mon Mar 10 15:11:26 CDT 2014 Josh Triplett <josh@joshtriplett.org> x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASE

All the code in aslr.c gets compiled out if !CONFIG_RANDOMIZE_BASE, but
aslr.o itself still gets compiled in. Eliminate it from the compile
entirely in that case.

This does not change the generated code at all, in either case.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
9e6abd2a Mon Mar 10 15:11:26 CDT 2014 Josh Triplett <josh@joshtriplett.org> x86, boot: Don't compile aslr.c when !CONFIG_RANDOMIZE_BASE

All the code in aslr.c gets compiled out if !CONFIG_RANDOMIZE_BASE, but
aslr.o itself still gets compiled in. Eliminate it from the compile
entirely in that case.

This does not change the generated code at all, in either case.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>