qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 19/24] convert libhw to nested Makefiles
Date: Mon, 04 Jun 2012 20:08:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0

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_USB_EHCI) += hcd-ehci.o
> +hw-obj-$(CONFIG_USB_XHCI) += hcd-xhci.o
> +hw-obj-y += libhw.o

Why a libhw.o in hw/usb/?

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]