]> xenbits.xensource.com Git - xen.git/commit
adjust x86 EFI build
authorJan Beulich <jbeulich@suse.com>
Wed, 7 Aug 2013 14:49:39 +0000 (16:49 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 7 Aug 2013 14:49:39 +0000 (16:49 +0200)
commitd6f846985f4edf2d341f6daa70becc918a555048
tree48a53e5016666fa4a8ae9438e052c262446efc91
parentb20db11e11897d0a65f07d299ab185c984d93ba3
adjust x86 EFI build

While the rule to generate .init.o files from .o ones already correctly
included $(extra-y), the setting of the necessary compiler flag didn't
have the same. With some yet to be posted patch this resulted in build
breakage because of the compiler deciding not to inline a few functions
(which then results in .text not being empty as required for these
object files).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
master commit: 5656b93d215d7c5160790ea87758625ba1de16b1
master date: 2013-07-10 10:03:40 +0200
xen/Rules.mk