summary refs log tree commit diff stats
path: root/qemu-timer.c
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2015-01-12 12:43:09 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2015-01-14 10:38:57 +0100
commitc88f68ec3ce54ebc5da13d07d6512689c4e9be30 (patch)
treeac05185a275c67540cac5f107104a6e9d7cad248 /qemu-timer.c
parent6f84da3a07668ce881a0c853390eb05313d61157 (diff)
downloadfocaccia-qemu-c88f68ec3ce54ebc5da13d07d6512689c4e9be30.tar.gz
focaccia-qemu-c88f68ec3ce54ebc5da13d07d6512689c4e9be30.zip
rules.mak: Fix module build
Module build is broken since commit c261d774fb ( rules.mak: Fix DSO
build by pulling in archive symbols). That commit added .mo placeholders
of DSO to -y variables, in order to pull stub symbols to executable. But
the placeholders are unintentionally expanded in -y, rather than
filtered out while linking.

Fix it by moving the -objs expanding to before inserting .mo
placeholders.  Note that passing -cflags and -libs to member objects are
also moved to keep it happening before object expanding.

Reported-by: Bharata B Rao <bharata.rao@gmail.com>
Tested-by: Bharata B Rao <bharata.rao@gmail.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-timer.c')
0 files changed, 0 insertions, 0 deletions