From 61d3cf93e2676282ba1a8d568b2406257f208b26 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Mon, 5 Apr 2010 19:57:40 +0100 Subject: OHCI qdev conversion Convert remaining OHCI devices to QDEV interface. Signed-off-by: Paul Brook --- Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index a919f17..ab1af88 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -195,7 +195,7 @@ hw-obj-y += lsi53c895a.o hw-obj-$(CONFIG_ESP) += esp.o hw-obj-y += dma-helpers.o sysbus.o isa-bus.o -hw-obj-$(CONFIG_QDEV_ADDR) += qdev-addr.o +hw-obj-y += qdev-addr.o # VGA hw-obj-$(CONFIG_VGA_PCI) += vga-pci.o -- cgit v1.1