diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-09-17 08:35:53 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:29:06 +0100 |
commit | 525877c9992a07d424be4cfdd4ba13a69141a513 (patch) | |
tree | 1f5a4e3099c415cfd984f8aa963e526e29bba2ce /hw/Makefile.objs | |
parent | 4e8cb28c4b536bf408c1ba01710e2a7644e144e5 (diff) |
build: move rules from Makefile to */Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r-- | hw/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index bcf278d4ec..2778035b1c 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -204,3 +204,5 @@ ifeq ($(CONFIG_PCI), y) obj-$(CONFIG_KVM) += ivshmem.o obj-$(CONFIG_LINUX) += vfio_pci.o endif + +$(obj)/baum.o: QEMU_CFLAGS += $(SDL_CFLAGS) |