]> Git Repo - qemu.git/blobdiff - hw/Makefile.objs
hw: move qdev-monitor.o to toplevel directory
[qemu.git] / hw / Makefile.objs
index a1f3a808acced8356fae309835105e8e75fce15b..f7ee1336270ec408eddc173858fa2cb01e6d655c 100644 (file)
@@ -43,7 +43,7 @@ common-obj-y += ccid-card-passthru.o
 common-obj-$(CONFIG_SMARTCARD_NSS) += ccid-card-emulated.o
 endif
 common-obj-$(CONFIG_I8259) += i8259_common.o i8259.o
-common-obj-y += fifo.o
+common-obj-$(CONFIG_SDHCI) += sdhci.o
 common-obj-y += pam.o
 
 # PPC devices
@@ -189,10 +189,8 @@ common-obj-$(CONFIG_SSI_SD) += ssi-sd.o
 common-obj-$(CONFIG_SD) += sd.o
 common-obj-y += bt.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o
 common-obj-y += bt-hci-csr.o
-common-obj-y += msmouse.o ps2.o
-common-obj-y += qdev-monitor.o
+common-obj-y += ps2.o
 common-obj-y += qdev-properties-system.o
-common-obj-$(CONFIG_BRLAPI) += baum.o
 
 # xen backend driver support
 common-obj-$(CONFIG_XEN_BACKEND) += xen_backend.o xen_devconfig.o
@@ -217,5 +215,4 @@ obj-$(CONFIG_KVM) += ivshmem.o
 obj-$(CONFIG_LINUX) += vfio_pci.o
 endif
 
-$(obj)/baum.o: QEMU_CFLAGS += $(SDL_CFLAGS) 
 endif
This page took 0.023859 seconds and 4 git commands to generate.