]> Git Repo - qemu.git/commit
block: use per-object cflags and libs
authorFam Zheng <[email protected]>
Mon, 10 Feb 2014 06:48:54 +0000 (14:48 +0800)
committerPaolo Bonzini <[email protected]>
Thu, 20 Feb 2014 12:12:54 +0000 (13:12 +0100)
commit6ebc91e5d0f408371460ab4329dc6de7f93306ac
tree7e1c75dbe62cc9023b1cce652e3ba98c4466ff66
parent5c0d52bcd3aada33e274ea7dad75955f98bc2636
block: use per-object cflags and libs

No longer adds flags and libs for them to global variables, instead
create config-host.mak variables like FOO_CFLAGS and FOO_LIBS, which is
used as per object cflags and libs.

This removes unwanted dependencies from libcacard.

Signed-off-by: Fam Zheng <[email protected]>
[Split from Fam's patch to enable modules. - Paolo]
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Fam Zheng <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
block/Makefile.objs
configure
This page took 0.026466 seconds and 4 git commands to generate.