]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.objs
build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 2 May 2014 11:40:53 +0000 (15:40 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 8 May 2014 13:27:49 +0000 (15:27 +0200)
commit849d8284c5171dcfe61212019f8457d370e7a6bc
treee074548afc96c8e691eeb7c0f754d6a568b3d6aa
parent0db564eee20fd9ce0f6c13a07d421e585777cddc
build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax

Current Makefile system allows using foo.o-cflags variables to store
object-specific CFLAGS.  Convert some usages of old syntax
(using QEMU_CFLAGS += construct) to the new syntax.

Do not touch multifile modules for now, as build system isn't ready for this.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
Makefile.objs
audio/Makefile.objs
backends/Makefile.objs
disas/Makefile.objs
ui/Makefile.objs