qemu-patch-raspberry4/hw/usb/Makefile.objs
Paolo Bonzini be1029ec30 build: convert libhw to nested Makefile.objs
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 <pbonzini@redhat.com>
2012-06-07 09:21:17 +02:00

14 lines
480 B
Makefile

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
hw-obj-$(CONFIG_SMARTCARD) += dev-smartcard-reader.o
hw-obj-$(CONFIG_USB_REDIR) += redirect.o
common-obj-y += core.o bus.o desc.o dev-hub.o
common-obj-y += host-$(HOST_USB).o dev-bluetooth.o
common-obj-y += dev-hid.o dev-storage.o dev-wacom.o
common-obj-y += dev-serial.o dev-network.o dev-audio.o