Re: [Qemu-devel] [PATCH 19/24] convert libhw to nested Makefiles

2012-06-04 Thread Gerd Hoffmann
On 06/04/12 20:08, Andreas Färber wrote: > Am 03.06.2012 14:25, schrieb Paolo Bonzini: >> diff --git a/hw/usb/Makefile b/hw/usb/Makefile >> index 7dbc33b..9c7ddf5 100644 >> --- a/hw/usb/Makefile >> +++ b/hw/usb/Makefile >> @@ -1,3 +1,12 @@ >> +hw-obj-$(CONFIG_USB_UHCI) += hcd-uhci.o >> +hw-obj-$(CO

Re: [Qemu-devel] [PATCH 19/24] convert libhw to nested Makefiles

2012-06-04 Thread Andreas Färber
Am 03.06.2012 14:25, schrieb Paolo Bonzini: > diff --git a/hw/usb/Makefile b/hw/usb/Makefile > index 7dbc33b..9c7ddf5 100644 > --- a/hw/usb/Makefile > +++ b/hw/usb/Makefile > @@ -1,3 +1,12 @@ > +hw-obj-$(CONFIG_USB_UHCI) += hcd-uhci.o > +hw-obj-$(CONFIG_USB_OHCI) += hcd-ohci.o > +hw-obj-$(CONFIG_US

[Qemu-devel] [PATCH 19/24] convert libhw to nested Makefiles

2012-06-03 Thread Paolo Bonzini
After this patch, the libhw* directories will have a hierarchy that mimics the source tree. This is useful because we do have a couple of files there that are in the top source directory. Signed-off-by: Paolo Bonzini --- Makefile.hw |6 +-- Makefile.objs| 145 ++---