Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 1 | ####################################################################### |
| 2 | # QObject |
| 3 | qobject-obj-y = qint.o qstring.o qdict.o qlist.o qfloat.o qbool.o |
| 4 | qobject-obj-y += qjson.o json-lexer.o json-streamer.o json-parser.o |
Anthony Liguori | ef749d0 | 2011-06-01 12:14:50 -0500 | [diff] [blame] | 5 | qobject-obj-y += qerror.o error.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 6 | |
| 7 | ####################################################################### |
Jes Sorensen | c1b0b93 | 2010-10-26 10:39:19 +0200 | [diff] [blame] | 8 | # oslib-obj-y is code depending on the OS (win32 vs posix) |
| 9 | oslib-obj-y = osdep.o |
Paolo Bonzini | 6774e44 | 2011-05-02 09:54:03 +0200 | [diff] [blame] | 10 | oslib-obj-$(CONFIG_WIN32) += oslib-win32.o qemu-thread-win32.o |
| 11 | oslib-obj-$(CONFIG_POSIX) += oslib-posix.o qemu-thread-posix.o |
Jes Sorensen | c1b0b93 | 2010-10-26 10:39:19 +0200 | [diff] [blame] | 12 | |
| 13 | ####################################################################### |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 14 | # block-obj-y is code used by both qemu system emulation and qemu-img |
| 15 | |
Kevin Wolf | 4e59b54 | 2011-02-22 18:42:31 +0100 | [diff] [blame] | 16 | block-obj-y = cutils.o cache-utils.o qemu-malloc.o qemu-option.o module.o async.o |
Nick Thomas | c12504c | 2011-02-22 15:44:53 +0000 | [diff] [blame] | 17 | block-obj-y += nbd.o block.o aio.o aes.o qemu-config.o qemu-progress.o qemu-sockets.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 18 | block-obj-$(CONFIG_POSIX) += posix-aio-compat.o |
| 19 | block-obj-$(CONFIG_LINUX_AIO) += linux-aio.o |
| 20 | |
Christoph Hellwig | 84a12e6 | 2010-04-07 22:30:24 +0200 | [diff] [blame] | 21 | block-nested-y += raw.o cow.o qcow.o vdi.o vmdk.o cloop.o dmg.o bochs.o vpc.o vvfat.o |
Kevin Wolf | 4938109 | 2011-01-10 17:15:10 +0100 | [diff] [blame] | 22 | block-nested-y += qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o qcow2-cache.o |
Stefan Hajnoczi | 298800c | 2010-12-06 16:08:01 +0000 | [diff] [blame] | 23 | block-nested-y += qed.o qed-gencb.o qed-l2-cache.o qed-table.o qed-cluster.o |
Stefan Hajnoczi | eabba58 | 2010-12-06 16:08:02 +0000 | [diff] [blame] | 24 | block-nested-y += qed-check.o |
Stefan Hajnoczi | d9d3341 | 2010-09-21 15:43:03 +0100 | [diff] [blame] | 25 | block-nested-y += parallels.o nbd.o blkdebug.o sheepdog.o blkverify.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 26 | block-nested-$(CONFIG_WIN32) += raw-win32.o |
| 27 | block-nested-$(CONFIG_POSIX) += raw-posix.o |
| 28 | block-nested-$(CONFIG_CURL) += curl.o |
Christian Brunner | f27aaf4 | 2010-12-06 20:53:01 +0100 | [diff] [blame] | 29 | block-nested-$(CONFIG_RBD) += rbd.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 30 | |
| 31 | block-obj-y += $(addprefix block/, $(block-nested-y)) |
| 32 | |
| 33 | net-obj-y = net.o |
| 34 | net-nested-y = queue.o checksum.o util.o |
| 35 | net-nested-y += socket.o |
| 36 | net-nested-y += dump.o |
| 37 | net-nested-$(CONFIG_POSIX) += tap.o |
| 38 | net-nested-$(CONFIG_LINUX) += tap-linux.o |
| 39 | net-nested-$(CONFIG_WIN32) += tap-win32.o |
| 40 | net-nested-$(CONFIG_BSD) += tap-bsd.o |
| 41 | net-nested-$(CONFIG_SOLARIS) += tap-solaris.o |
| 42 | net-nested-$(CONFIG_AIX) += tap-aix.o |
Andreas Färber | 3ee66df | 2010-09-20 00:50:47 +0200 | [diff] [blame] | 43 | net-nested-$(CONFIG_HAIKU) += tap-haiku.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 44 | net-nested-$(CONFIG_SLIRP) += slirp.o |
| 45 | net-nested-$(CONFIG_VDE) += vde.o |
| 46 | net-obj-y += $(addprefix net/, $(net-nested-y)) |
| 47 | |
Aneesh Kumar K.V | 9fe1ebe | 2011-06-01 12:35:13 +0530 | [diff] [blame] | 48 | ifeq ($(CONFIG_VIRTIO)$(CONFIG_VIRTFS)$(CONFIG_PCI),yyy) |
Paul Brook | 01af7da | 2010-11-26 22:08:48 +0000 | [diff] [blame] | 49 | # Lots of the fsdev/9pcode is pulled in by vl.c via qemu_fsdev_add. |
| 50 | # only pull in the actual virtio-9p device if we also enabled virtio. |
| 51 | CONFIG_REALLY_VIRTFS=y |
Aneesh Kumar K.V | 1c88c71 | 2011-06-01 12:35:13 +0530 | [diff] [blame] | 52 | fsdev-nested-y = qemu-fsdev.o |
| 53 | else |
| 54 | fsdev-nested-y = qemu-fsdev-dummy.o |
Paul Brook | 01af7da | 2010-11-26 22:08:48 +0000 | [diff] [blame] | 55 | endif |
Venkateswararao Jujjuri (JV) | 758e8e3 | 2010-06-14 13:34:41 -0700 | [diff] [blame] | 56 | fsdev-obj-$(CONFIG_VIRTFS) += $(addprefix fsdev/, $(fsdev-nested-y)) |
Gautham R Shenoy | 74db920 | 2010-04-29 17:44:43 +0530 | [diff] [blame] | 57 | |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 58 | ###################################################################### |
| 59 | # libqemu_common.a: Target independent part of system emulation. The |
| 60 | # long term path is to suppress *all* target specific code in case of |
| 61 | # system emulation, i.e. a single QEMU executable should support all |
| 62 | # CPUs and machines. |
| 63 | |
Anthony Liguori | ef749d0 | 2011-06-01 12:14:50 -0500 | [diff] [blame] | 64 | common-obj-y = $(block-obj-y) blockdev.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 65 | common-obj-y += $(net-obj-y) |
| 66 | common-obj-y += $(qobject-obj-y) |
Gautham R Shenoy | 74db920 | 2010-04-29 17:44:43 +0530 | [diff] [blame] | 67 | common-obj-$(CONFIG_LINUX) += $(fsdev-obj-$(CONFIG_LINUX)) |
Kevin Wolf | 4e59b54 | 2011-02-22 18:42:31 +0100 | [diff] [blame] | 68 | common-obj-y += readline.o console.o cursor.o qemu-error.o |
Jes Sorensen | c1b0b93 | 2010-10-26 10:39:19 +0200 | [diff] [blame] | 69 | common-obj-y += $(oslib-obj-y) |
Blue Swirl | b0cb640a | 2010-06-12 05:49:30 +0000 | [diff] [blame] | 70 | common-obj-$(CONFIG_WIN32) += os-win32.o |
| 71 | common-obj-$(CONFIG_POSIX) += os-posix.o |
Gerd Hoffmann | 254e595 | 2010-05-21 11:54:32 +0200 | [diff] [blame] | 72 | |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 73 | common-obj-y += tcg-runtime.o host-utils.o |
Paolo Bonzini | 8f0056b | 2010-01-13 14:05:34 +0100 | [diff] [blame] | 74 | common-obj-y += irq.o ioport.o input.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 75 | common-obj-$(CONFIG_PTIMER) += ptimer.o |
| 76 | common-obj-$(CONFIG_MAX7310) += max7310.o |
| 77 | common-obj-$(CONFIG_WM8750) += wm8750.o |
| 78 | common-obj-$(CONFIG_TWL92230) += twl92230.o |
| 79 | common-obj-$(CONFIG_TSC2005) += tsc2005.o |
| 80 | common-obj-$(CONFIG_LM832X) += lm832x.o |
| 81 | common-obj-$(CONFIG_TMP105) += tmp105.o |
| 82 | common-obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o |
| 83 | common-obj-$(CONFIG_SSD0303) += ssd0303.o |
| 84 | common-obj-$(CONFIG_SSD0323) += ssd0323.o |
| 85 | common-obj-$(CONFIG_ADS7846) += ads7846.o |
| 86 | common-obj-$(CONFIG_MAX111X) += max111x.o |
| 87 | common-obj-$(CONFIG_DS1338) += ds1338.o |
| 88 | common-obj-y += i2c.o smbus.o smbus_eeprom.o |
| 89 | common-obj-y += eeprom93xx.o |
| 90 | common-obj-y += scsi-disk.o cdrom.o |
| 91 | common-obj-y += scsi-generic.o scsi-bus.o |
| 92 | common-obj-y += usb.o usb-hub.o usb-$(HOST_USB).o usb-hid.o usb-msd.o usb-wacom.o |
Gerd Hoffmann | 37fb59d | 2010-11-17 11:03:53 +0100 | [diff] [blame] | 93 | common-obj-y += usb-serial.o usb-net.o usb-bus.o usb-desc.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 94 | common-obj-$(CONFIG_SSI) += ssi.o |
| 95 | common-obj-$(CONFIG_SSI_SD) += ssi-sd.o |
| 96 | common-obj-$(CONFIG_SD) += sd.o |
| 97 | common-obj-y += bt.o bt-host.o bt-vhci.o bt-l2cap.o bt-sdp.o bt-hci.o bt-hid.o usb-bt.o |
| 98 | common-obj-y += bt-hci-csr.o |
Nick Thomas | c12504c | 2011-02-22 15:44:53 +0000 | [diff] [blame] | 99 | common-obj-y += buffered_file.o migration.o migration-tcp.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 100 | common-obj-y += qemu-char.o savevm.o #aio.o |
| 101 | common-obj-y += msmouse.o ps2.o |
| 102 | common-obj-y += qdev.o qdev-properties.o |
Paolo Bonzini | 0298141 | 2011-03-09 18:21:09 +0100 | [diff] [blame] | 103 | common-obj-y += block-migration.o iohandler.o |
Gerd Hoffmann | d6d94fc | 2010-06-14 09:54:27 +0200 | [diff] [blame] | 104 | common-obj-y += pflib.o |
Corentin Chary | e0e53b2 | 2011-02-04 09:06:04 +0100 | [diff] [blame] | 105 | common-obj-y += bitmap.o bitops.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 106 | |
| 107 | common-obj-$(CONFIG_BRLAPI) += baum.o |
| 108 | common-obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o |
Blue Swirl | 9fe6de9 | 2010-09-26 16:07:57 +0000 | [diff] [blame] | 109 | common-obj-$(CONFIG_WIN32) += version.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 110 | |
Alon Levy | cbcc633 | 2011-01-19 10:49:50 +0200 | [diff] [blame] | 111 | common-obj-$(CONFIG_SPICE) += ui/spice-core.o ui/spice-input.o ui/spice-display.o spice-qemu-char.o |
Gerd Hoffmann | 29b0040 | 2010-03-11 11:13:27 -0300 | [diff] [blame] | 112 | |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 113 | audio-obj-y = audio.o noaudio.o wavaudio.o mixeng.o |
| 114 | audio-obj-$(CONFIG_SDL) += sdlaudio.o |
| 115 | audio-obj-$(CONFIG_OSS) += ossaudio.o |
Gerd Hoffmann | 3e31375 | 2010-11-09 17:29:46 +0100 | [diff] [blame] | 116 | audio-obj-$(CONFIG_SPICE) += spiceaudio.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 117 | audio-obj-$(CONFIG_COREAUDIO) += coreaudio.o |
| 118 | audio-obj-$(CONFIG_ALSA) += alsaaudio.o |
| 119 | audio-obj-$(CONFIG_DSOUND) += dsoundaudio.o |
| 120 | audio-obj-$(CONFIG_FMOD) += fmodaudio.o |
| 121 | audio-obj-$(CONFIG_ESD) += esdaudio.o |
| 122 | audio-obj-$(CONFIG_PA) += paaudio.o |
| 123 | audio-obj-$(CONFIG_WINWAVE) += winwaveaudio.o |
| 124 | audio-obj-$(CONFIG_AUDIO_PT_INT) += audio_pt_int.o |
| 125 | audio-obj-$(CONFIG_AUDIO_WIN_INT) += audio_win_int.o |
| 126 | audio-obj-y += wavcapture.o |
| 127 | common-obj-y += $(addprefix audio/, $(audio-obj-y)) |
| 128 | |
Corentin Chary | 3e230dd | 2010-07-07 20:57:52 +0200 | [diff] [blame] | 129 | ui-obj-y += keymaps.o |
| 130 | ui-obj-$(CONFIG_SDL) += sdl.o sdl_zoom.o x_keymap.o |
Andreas Färber | e949467 | 2011-06-02 20:51:22 +0200 | [diff] [blame] | 131 | ui-obj-$(CONFIG_COCOA) += cocoa.o |
Corentin Chary | 3e230dd | 2010-07-07 20:57:52 +0200 | [diff] [blame] | 132 | ui-obj-$(CONFIG_CURSES) += curses.o |
Jes Sorensen | 821601e | 2011-03-16 13:33:36 +0100 | [diff] [blame] | 133 | vnc-obj-y += vnc.o d3des.o |
| 134 | vnc-obj-y += vnc-enc-zlib.o vnc-enc-hextile.o |
| 135 | vnc-obj-y += vnc-enc-tight.o vnc-palette.o |
| 136 | vnc-obj-y += vnc-enc-zrle.o |
| 137 | vnc-obj-$(CONFIG_VNC_TLS) += vnc-tls.o vnc-auth-vencrypt.o |
| 138 | vnc-obj-$(CONFIG_VNC_SASL) += vnc-auth-sasl.o |
Corentin Chary | bd023f9 | 2010-07-07 20:58:02 +0200 | [diff] [blame] | 139 | ifdef CONFIG_VNC_THREAD |
Jes Sorensen | 821601e | 2011-03-16 13:33:36 +0100 | [diff] [blame] | 140 | vnc-obj-y += vnc-jobs-async.o |
Corentin Chary | bd023f9 | 2010-07-07 20:58:02 +0200 | [diff] [blame] | 141 | else |
Jes Sorensen | 821601e | 2011-03-16 13:33:36 +0100 | [diff] [blame] | 142 | vnc-obj-y += vnc-jobs-sync.o |
Corentin Chary | bd023f9 | 2010-07-07 20:58:02 +0200 | [diff] [blame] | 143 | endif |
Corentin Chary | 3e230dd | 2010-07-07 20:57:52 +0200 | [diff] [blame] | 144 | common-obj-y += $(addprefix ui/, $(ui-obj-y)) |
Jes Sorensen | 821601e | 2011-03-16 13:33:36 +0100 | [diff] [blame] | 145 | common-obj-$(CONFIG_VNC) += $(addprefix ui/, $(vnc-obj-y)) |
Corentin Chary | 3e230dd | 2010-07-07 20:57:52 +0200 | [diff] [blame] | 146 | |
| 147 | common-obj-y += iov.o acl.o |
Paolo Bonzini | 6774e44 | 2011-05-02 09:54:03 +0200 | [diff] [blame] | 148 | common-obj-$(CONFIG_POSIX) += compatfd.o |
Blue Swirl | d3538b4 | 2010-04-19 19:47:49 +0000 | [diff] [blame] | 149 | common-obj-y += notify.o event_notifier.o |
Blue Swirl | c57c846 | 2010-10-23 15:24:07 +0000 | [diff] [blame] | 150 | common-obj-y += qemu-timer.o qemu-timer-common.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 151 | |
| 152 | slirp-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o |
| 153 | slirp-obj-y += slirp.o mbuf.o misc.o sbuf.o socket.o tcp_input.o tcp_output.o |
| 154 | slirp-obj-y += tcp_subr.o tcp_timer.o udp.o bootp.o tftp.o |
| 155 | common-obj-$(CONFIG_SLIRP) += $(addprefix slirp/, $(slirp-obj-y)) |
| 156 | |
| 157 | # xen backend driver support |
Jan Kiszka | 6dbd588 | 2011-06-21 22:59:07 +0200 | [diff] [blame] | 158 | common-obj-$(CONFIG_XEN_BACKEND) += xen_backend.o xen_devconfig.o |
| 159 | common-obj-$(CONFIG_XEN_BACKEND) += xen_console.o xenfb.o xen_disk.o xen_nic.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 160 | |
| 161 | ###################################################################### |
| 162 | # libuser |
| 163 | |
| 164 | user-obj-y = |
| 165 | user-obj-y += envlist.o path.o |
| 166 | user-obj-y += tcg-runtime.o host-utils.o |
| 167 | user-obj-y += cutils.o cache-utils.o |
| 168 | |
| 169 | ###################################################################### |
| 170 | # libhw |
| 171 | |
| 172 | hw-obj-y = |
Blue Swirl | 04c9a0c | 2010-04-19 19:46:13 +0000 | [diff] [blame] | 173 | hw-obj-y += vl.o loader.o |
Blue Swirl | 21673cd | 2011-07-14 15:22:20 +0000 | [diff] [blame] | 174 | hw-obj-$(CONFIG_VIRTIO) += virtio-console.o |
Jan Kiszka | 7665385 | 2011-04-26 01:32:08 +0000 | [diff] [blame] | 175 | hw-obj-$(CONFIG_VIRTIO_PCI) += virtio-pci.o |
Paul Brook | bd9141b | 2010-11-26 18:47:45 +0000 | [diff] [blame] | 176 | hw-obj-y += fw_cfg.o |
Isaku Yamahata | b3a29fd | 2010-12-22 19:54:48 +0900 | [diff] [blame] | 177 | hw-obj-$(CONFIG_PCI) += pci.o pci_bridge.o |
Michael S. Tsirkin | 624c716 | 2010-12-08 17:46:24 +0900 | [diff] [blame] | 178 | hw-obj-$(CONFIG_PCI) += msix.o msi.o |
Paul Brook | f8f5cfb | 2010-11-26 21:39:42 +0000 | [diff] [blame] | 179 | hw-obj-$(CONFIG_PCI) += pci_host.o pcie_host.o |
| 180 | hw-obj-$(CONFIG_PCI) += ioh3420.o xio3130_upstream.o xio3130_downstream.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 181 | hw-obj-y += watchdog.o |
Blue Swirl | 84108e1 | 2010-03-21 19:47:09 +0000 | [diff] [blame] | 182 | hw-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 183 | hw-obj-$(CONFIG_ECC) += ecc.o |
| 184 | hw-obj-$(CONFIG_NAND) += nand.o |
Blue Swirl | 3d08ff6 | 2010-03-29 19:23:56 +0000 | [diff] [blame] | 185 | hw-obj-$(CONFIG_PFLASH_CFI01) += pflash_cfi01.o |
Blue Swirl | 5f9fc5a | 2010-03-29 19:23:55 +0000 | [diff] [blame] | 186 | hw-obj-$(CONFIG_PFLASH_CFI02) += pflash_cfi02.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 187 | |
| 188 | hw-obj-$(CONFIG_M48T59) += m48t59.o |
| 189 | hw-obj-$(CONFIG_ESCC) += escc.o |
Artyom Tarasenko | 676d9b9 | 2010-04-18 00:34:03 +0200 | [diff] [blame] | 190 | hw-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 191 | |
Blue Swirl | 2d48377 | 2010-03-21 19:47:11 +0000 | [diff] [blame] | 192 | hw-obj-$(CONFIG_SERIAL) += serial.o |
Blue Swirl | b994504 | 2010-03-21 19:47:01 +0000 | [diff] [blame] | 193 | hw-obj-$(CONFIG_PARALLEL) += parallel.o |
Blue Swirl | df63277 | 2010-03-21 19:47:02 +0000 | [diff] [blame] | 194 | hw-obj-$(CONFIG_I8254) += i8254.o |
Blue Swirl | 7109371 | 2010-03-21 19:47:02 +0000 | [diff] [blame] | 195 | hw-obj-$(CONFIG_PCSPK) += pcspk.o |
Blue Swirl | 956a3e6 | 2010-05-22 07:59:01 +0000 | [diff] [blame] | 196 | hw-obj-$(CONFIG_PCKBD) += pckbd.o |
Blue Swirl | 4c65f1e | 2010-03-21 19:47:04 +0000 | [diff] [blame] | 197 | hw-obj-$(CONFIG_USB_UHCI) += usb-uhci.o |
Alexander Graf | 3455749 | 2010-12-08 12:05:50 +0100 | [diff] [blame] | 198 | hw-obj-$(CONFIG_USB_OHCI) += usb-ohci.o |
Gerd Hoffmann | 94527ea | 2010-12-03 16:17:28 +0100 | [diff] [blame] | 199 | hw-obj-$(CONFIG_USB_EHCI) += usb-ehci.o |
Blue Swirl | 35da37e | 2010-03-21 19:47:06 +0000 | [diff] [blame] | 200 | hw-obj-$(CONFIG_FDC) += fdc.o |
Blue Swirl | c69ea0d | 2010-05-17 19:32:37 +0000 | [diff] [blame] | 201 | hw-obj-$(CONFIG_ACPI) += acpi.o acpi_piix4.o |
| 202 | hw-obj-$(CONFIG_APM) += pm_smbus.o apm.o |
Blue Swirl | 4556bd8 | 2010-05-22 08:00:52 +0000 | [diff] [blame] | 203 | hw-obj-$(CONFIG_DMA) += dma.o |
Blue Swirl | dd703b9 | 2011-02-05 14:35:00 +0000 | [diff] [blame] | 204 | hw-obj-$(CONFIG_HPET) += hpet.o |
Blue Swirl | 1c9c5fc | 2011-02-13 12:31:28 +0000 | [diff] [blame] | 205 | hw-obj-$(CONFIG_APPLESMC) += applesmc.o |
Alon Levy | edbb213 | 2010-10-17 13:10:32 +0200 | [diff] [blame] | 206 | hw-obj-$(CONFIG_SMARTCARD) += usb-ccid.o ccid-card-passthru.o |
Alon Levy | 585738a | 2010-10-24 12:09:18 +0200 | [diff] [blame] | 207 | hw-obj-$(CONFIG_SMARTCARD_NSS) += ccid-card-emulated.o |
Blue Swirl | add85a7 | 2010-03-29 19:24:04 +0000 | [diff] [blame] | 208 | |
| 209 | # PPC devices |
Blue Swirl | 5c4532e | 2010-03-29 19:23:59 +0000 | [diff] [blame] | 210 | hw-obj-$(CONFIG_OPENPIC) += openpic.o |
Blue Swirl | add85a7 | 2010-03-29 19:24:04 +0000 | [diff] [blame] | 211 | hw-obj-$(CONFIG_PREP_PCI) += prep_pci.o |
Blue Swirl | 2b5eb37 | 2010-03-30 17:36:23 +0000 | [diff] [blame] | 212 | # Mac shared devices |
| 213 | hw-obj-$(CONFIG_MACIO) += macio.o |
| 214 | hw-obj-$(CONFIG_CUDA) += cuda.o |
| 215 | hw-obj-$(CONFIG_ADB) += adb.o |
| 216 | hw-obj-$(CONFIG_MAC_NVRAM) += mac_nvram.o |
| 217 | hw-obj-$(CONFIG_MAC_DBDMA) += mac_dbdma.o |
| 218 | # OldWorld PowerMac |
| 219 | hw-obj-$(CONFIG_HEATHROW_PIC) += heathrow_pic.o |
| 220 | hw-obj-$(CONFIG_GRACKLE_PCI) += grackle_pci.o |
| 221 | # NewWorld PowerMac |
| 222 | hw-obj-$(CONFIG_UNIN_PCI) += unin_pci.o |
| 223 | hw-obj-$(CONFIG_DEC_PCI) += dec_pci.o |
| 224 | # PowerPC E500 boards |
| 225 | hw-obj-$(CONFIG_PPCE500_PCI) += ppce500_pci.o |
Blue Swirl | b994504 | 2010-03-21 19:47:01 +0000 | [diff] [blame] | 226 | |
Blue Swirl | 08af49d | 2010-07-03 06:49:47 +0000 | [diff] [blame] | 227 | # MIPS devices |
| 228 | hw-obj-$(CONFIG_PIIX4) += piix4.o |
| 229 | |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 230 | # PCI watchdog devices |
Paul Brook | f8f5cfb | 2010-11-26 21:39:42 +0000 | [diff] [blame] | 231 | hw-obj-$(CONFIG_PCI) += wdt_i6300esb.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 232 | |
Michael S. Tsirkin | c924f36 | 2010-12-01 07:11:51 +0200 | [diff] [blame] | 233 | hw-obj-$(CONFIG_PCI) += pcie.o pcie_aer.o pcie_port.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 234 | |
| 235 | # PCI network cards |
Paul Brook | f8f5cfb | 2010-11-26 21:39:42 +0000 | [diff] [blame] | 236 | hw-obj-$(CONFIG_NE2000_PCI) += ne2000.o |
| 237 | hw-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o |
Paul Brook | a4c75a2 | 2010-11-27 11:23:34 +0000 | [diff] [blame] | 238 | hw-obj-$(CONFIG_PCNET_PCI) += pcnet-pci.o |
| 239 | hw-obj-$(CONFIG_PCNET_COMMON) += pcnet.o |
Alexander Graf | 32600a3 | 2010-12-08 12:05:42 +0100 | [diff] [blame] | 240 | hw-obj-$(CONFIG_E1000_PCI) += e1000.o |
Alexander Graf | 5cf7a3c | 2010-12-08 12:05:47 +0100 | [diff] [blame] | 241 | hw-obj-$(CONFIG_RTL8139_PCI) += rtl8139.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 242 | |
| 243 | hw-obj-$(CONFIG_SMC91C111) += smc91c111.o |
| 244 | hw-obj-$(CONFIG_LAN9118) += lan9118.o |
Blue Swirl | d3ffc7a | 2010-03-21 19:47:10 +0000 | [diff] [blame] | 245 | hw-obj-$(CONFIG_NE2000_ISA) += ne2000-isa.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 246 | |
Blue Swirl | 9953b2f | 2010-03-21 19:47:05 +0000 | [diff] [blame] | 247 | # IDE |
Kevin Wolf | 33231e0 | 2011-04-18 16:45:49 +0200 | [diff] [blame] | 248 | hw-obj-$(CONFIG_IDE_CORE) += ide/core.o ide/atapi.o |
Blue Swirl | 9953b2f | 2010-03-21 19:47:05 +0000 | [diff] [blame] | 249 | hw-obj-$(CONFIG_IDE_QDEV) += ide/qdev.o |
| 250 | hw-obj-$(CONFIG_IDE_PCI) += ide/pci.o |
| 251 | hw-obj-$(CONFIG_IDE_ISA) += ide/isa.o |
| 252 | hw-obj-$(CONFIG_IDE_PIIX) += ide/piix.o |
| 253 | hw-obj-$(CONFIG_IDE_CMD646) += ide/cmd646.o |
Blue Swirl | 02c7c99 | 2010-03-29 19:23:57 +0000 | [diff] [blame] | 254 | hw-obj-$(CONFIG_IDE_MACIO) += ide/macio.o |
Huacai Chen | 016512f | 2010-06-29 10:49:50 +0800 | [diff] [blame] | 255 | hw-obj-$(CONFIG_IDE_VIA) += ide/via.o |
Alexander Graf | f6ad2e3 | 2010-12-14 01:34:40 +0100 | [diff] [blame] | 256 | hw-obj-$(CONFIG_AHCI) += ide/ahci.o |
Sebastian Herbszt | 03c7a6a | 2011-02-01 15:51:26 +0100 | [diff] [blame] | 257 | hw-obj-$(CONFIG_AHCI) += ide/ich.o |
Blue Swirl | 9953b2f | 2010-03-21 19:47:05 +0000 | [diff] [blame] | 258 | |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 259 | # SCSI layer |
Paul Brook | f8f5cfb | 2010-11-26 21:39:42 +0000 | [diff] [blame] | 260 | hw-obj-$(CONFIG_LSI_SCSI_PCI) += lsi53c895a.o |
Andreas Färber | 0e8c921 | 2010-01-06 20:24:05 +0100 | [diff] [blame] | 261 | hw-obj-$(CONFIG_ESP) += esp.o |
| 262 | |
| 263 | hw-obj-y += dma-helpers.o sysbus.o isa-bus.o |
Paul Brook | 61d3cf9 | 2010-04-05 19:57:40 +0100 | [diff] [blame] | 264 | hw-obj-y += qdev-addr.o |
Blue Swirl | 4d90453 | 2010-03-21 08:28:47 +0000 | [diff] [blame] | 265 | |
Blue Swirl | 1afdfdd | 2010-03-21 19:47:00 +0000 | [diff] [blame] | 266 | # VGA |
| 267 | hw-obj-$(CONFIG_VGA_PCI) += vga-pci.o |
Blue Swirl | 7f55c7c | 2010-03-21 19:47:03 +0000 | [diff] [blame] | 268 | hw-obj-$(CONFIG_VGA_ISA) += vga-isa.o |
Blue Swirl | b970ea8 | 2010-03-27 07:26:16 +0000 | [diff] [blame] | 269 | hw-obj-$(CONFIG_VGA_ISA_MM) += vga-isa-mm.o |
Blue Swirl | 57448a9 | 2010-03-27 18:18:17 +0000 | [diff] [blame] | 270 | hw-obj-$(CONFIG_VMWARE_VGA) += vmware_vga.o |
Blue Swirl | 86d8641 | 2011-02-05 14:34:52 +0000 | [diff] [blame] | 271 | hw-obj-$(CONFIG_VMMOUSE) += vmmouse.o |
Blue Swirl | b970ea8 | 2010-03-27 07:26:16 +0000 | [diff] [blame] | 272 | |
| 273 | hw-obj-$(CONFIG_RC4030) += rc4030.o |
| 274 | hw-obj-$(CONFIG_DP8393X) += dp8393x.o |
| 275 | hw-obj-$(CONFIG_DS1225Y) += ds1225y.o |
| 276 | hw-obj-$(CONFIG_MIPSNET) += mipsnet.o |
Blue Swirl | 1afdfdd | 2010-03-21 19:47:00 +0000 | [diff] [blame] | 277 | |
Blue Swirl | 70615c3 | 2010-03-22 20:18:40 +0000 | [diff] [blame] | 278 | # Sound |
| 279 | sound-obj-y = |
| 280 | sound-obj-$(CONFIG_SB16) += sb16.o |
| 281 | sound-obj-$(CONFIG_ES1370) += es1370.o |
| 282 | sound-obj-$(CONFIG_AC97) += ac97.o |
| 283 | sound-obj-$(CONFIG_ADLIB) += fmopl.o adlib.o |
| 284 | sound-obj-$(CONFIG_GUS) += gus.o gusemu_hal.o gusemu_mixer.o |
| 285 | sound-obj-$(CONFIG_CS4231A) += cs4231a.o |
Gerd Hoffmann | d61a4ce | 2010-11-01 13:05:32 +0100 | [diff] [blame] | 286 | sound-obj-$(CONFIG_HDA) += intel-hda.o hda-audio.o |
Blue Swirl | 70615c3 | 2010-03-22 20:18:40 +0000 | [diff] [blame] | 287 | |
| 288 | adlib.o fmopl.o: QEMU_CFLAGS += -DBUILD_Y8950=0 |
| 289 | hw-obj-$(CONFIG_SOUND) += $(sound-obj-y) |
| 290 | |
Aneesh Kumar K.V | f4f61d2 | 2011-06-01 12:35:13 +0530 | [diff] [blame] | 291 | 9pfs-nested-$(CONFIG_VIRTFS) = virtio-9p.o virtio-9p-debug.o |
Aneesh Kumar K.V | 353ac78 | 2011-01-28 18:09:08 +0530 | [diff] [blame] | 292 | 9pfs-nested-$(CONFIG_VIRTFS) += virtio-9p-local.o virtio-9p-xattr.o |
| 293 | 9pfs-nested-$(CONFIG_VIRTFS) += virtio-9p-xattr-user.o virtio-9p-posix-acl.o |
| 294 | |
Aneesh Kumar K.V | 1c88c71 | 2011-06-01 12:35:13 +0530 | [diff] [blame] | 295 | hw-obj-$(CONFIG_REALLY_VIRTFS) += $(addprefix 9pfs/, $(9pfs-nested-y)) |
Aneesh Kumar K.V | 353ac78 | 2011-01-28 18:09:08 +0530 | [diff] [blame] | 296 | |
Blue Swirl | d08555c | 2010-05-14 19:31:53 +0000 | [diff] [blame] | 297 | |
Blue Swirl | 4d90453 | 2010-03-21 08:28:47 +0000 | [diff] [blame] | 298 | ###################################################################### |
| 299 | # libdis |
| 300 | # NOTE: the disassembler code is only needed for debugging |
| 301 | |
| 302 | libdis-y = |
| 303 | libdis-$(CONFIG_ALPHA_DIS) += alpha-dis.o |
| 304 | libdis-$(CONFIG_ARM_DIS) += arm-dis.o |
| 305 | libdis-$(CONFIG_CRIS_DIS) += cris-dis.o |
| 306 | libdis-$(CONFIG_HPPA_DIS) += hppa-dis.o |
| 307 | libdis-$(CONFIG_I386_DIS) += i386-dis.o |
Aurelien Jarno | 903ec55 | 2010-03-29 02:12:51 +0200 | [diff] [blame] | 308 | libdis-$(CONFIG_IA64_DIS) += ia64-dis.o |
Blue Swirl | 4d90453 | 2010-03-21 08:28:47 +0000 | [diff] [blame] | 309 | libdis-$(CONFIG_M68K_DIS) += m68k-dis.o |
| 310 | libdis-$(CONFIG_MICROBLAZE_DIS) += microblaze-dis.o |
| 311 | libdis-$(CONFIG_MIPS_DIS) += mips-dis.o |
| 312 | libdis-$(CONFIG_PPC_DIS) += ppc-dis.o |
| 313 | libdis-$(CONFIG_S390_DIS) += s390-dis.o |
| 314 | libdis-$(CONFIG_SH4_DIS) += sh4-dis.o |
| 315 | libdis-$(CONFIG_SPARC_DIS) += sparc-dis.o |
Blue Swirl | ad96090 | 2010-03-29 19:23:52 +0000 | [diff] [blame] | 316 | |
Stefan Hajnoczi | 94a420b | 2010-05-22 17:52:39 +0100 | [diff] [blame] | 317 | ###################################################################### |
| 318 | # trace |
| 319 | |
Daniel P. Berrange | b3d08c0 | 2010-11-12 13:20:24 +0000 | [diff] [blame] | 320 | ifeq ($(TRACE_BACKEND),dtrace) |
Alon Levy | f20600f | 2011-03-16 17:30:21 +0200 | [diff] [blame] | 321 | trace.h: trace.h-timestamp trace-dtrace.h |
| 322 | else |
| 323 | trace.h: trace.h-timestamp |
| 324 | endif |
| 325 | trace.h-timestamp: $(SRC_PATH)/trace-events config-host.mak |
| 326 | $(call quiet-command,sh $(SRC_PATH)/scripts/tracetool --$(TRACE_BACKEND) -h < $< > $@," GEN trace.h") |
| 327 | @cmp -s $@ trace.h || cp $@ trace.h |
| 328 | |
| 329 | trace.c: trace.c-timestamp |
| 330 | trace.c-timestamp: $(SRC_PATH)/trace-events config-host.mak |
| 331 | $(call quiet-command,sh $(SRC_PATH)/scripts/tracetool --$(TRACE_BACKEND) -c < $< > $@," GEN trace.c") |
| 332 | @cmp -s $@ trace.c || cp $@ trace.c |
| 333 | |
| 334 | trace.o: trace.c $(GENERATED_HEADERS) |
| 335 | |
| 336 | trace-dtrace.h: trace-dtrace.dtrace |
| 337 | $(call quiet-command,dtrace -o $@ -h -s $<, " GEN trace-dtrace.h") |
| 338 | |
| 339 | # Normal practice is to name DTrace probe file with a '.d' extension |
Stefan Weil | cbae086 | 2011-04-28 17:20:25 +0200 | [diff] [blame] | 340 | # but that gets picked up by QEMU's Makefile as an external dependency |
Alon Levy | f20600f | 2011-03-16 17:30:21 +0200 | [diff] [blame] | 341 | # rule file. So we use '.dtrace' instead |
| 342 | trace-dtrace.dtrace: trace-dtrace.dtrace-timestamp |
| 343 | trace-dtrace.dtrace-timestamp: $(SRC_PATH)/trace-events config-host.mak |
| 344 | $(call quiet-command,sh $(SRC_PATH)/scripts/tracetool --$(TRACE_BACKEND) -d < $< > $@," GEN trace-dtrace.dtrace") |
| 345 | @cmp -s $@ trace-dtrace.dtrace || cp $@ trace-dtrace.dtrace |
| 346 | |
| 347 | trace-dtrace.o: trace-dtrace.dtrace $(GENERATED_HEADERS) |
| 348 | $(call quiet-command,dtrace -o $@ -G -s $<, " GEN trace-dtrace.o") |
| 349 | |
Alon Levy | 44dc0ca | 2011-05-15 11:51:28 +0300 | [diff] [blame] | 350 | ifeq ($(LIBTOOL),) |
| 351 | trace-dtrace.lo: trace-dtrace.dtrace |
| 352 | @echo "missing libtool. please install and rerun configure."; exit 1 |
| 353 | else |
| 354 | trace-dtrace.lo: trace-dtrace.dtrace |
| 355 | $(call quiet-command,libtool --mode=compile --tag=CC dtrace -o $@ -G -s $<, " lt GEN trace-dtrace.o") |
| 356 | endif |
| 357 | |
Alon Levy | f20600f | 2011-03-16 17:30:21 +0200 | [diff] [blame] | 358 | simpletrace.o: simpletrace.c $(GENERATED_HEADERS) |
| 359 | |
| 360 | ifeq ($(TRACE_BACKEND),dtrace) |
Daniel P. Berrange | b3d08c0 | 2010-11-12 13:20:24 +0000 | [diff] [blame] | 361 | trace-obj-y = trace-dtrace.o |
| 362 | else |
Stefan Hajnoczi | 94a420b | 2010-05-22 17:52:39 +0100 | [diff] [blame] | 363 | trace-obj-y = trace.o |
Stefan Hajnoczi | 26f7227 | 2010-05-22 19:24:51 +0100 | [diff] [blame] | 364 | ifeq ($(TRACE_BACKEND),simple) |
| 365 | trace-obj-y += simpletrace.o |
Blue Swirl | c57c846 | 2010-10-23 15:24:07 +0000 | [diff] [blame] | 366 | user-obj-y += qemu-timer-common.o |
Stefan Hajnoczi | 26f7227 | 2010-05-22 19:24:51 +0100 | [diff] [blame] | 367 | endif |
Daniel P. Berrange | b3d08c0 | 2010-11-12 13:20:24 +0000 | [diff] [blame] | 368 | endif |
Stefan Hajnoczi | 94a420b | 2010-05-22 17:52:39 +0100 | [diff] [blame] | 369 | |
Robert Relyea | 111a38b | 2010-11-28 16:36:38 +0200 | [diff] [blame] | 370 | ###################################################################### |
| 371 | # smartcard |
| 372 | |
| 373 | libcacard-y = cac.o event.o vcard.o vreader.o vcard_emul_nss.o vcard_emul_type.o card_7816.o |
| 374 | |
Blue Swirl | ad96090 | 2010-03-29 19:23:52 +0000 | [diff] [blame] | 375 | vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) |
| 376 | |
| 377 | vl.o: QEMU_CFLAGS+=$(SDL_CFLAGS) |
| 378 | |
Anthony Liguori | e18df14 | 2011-07-19 14:50:29 -0500 | [diff] [blame] | 379 | vl.o: QEMU_CFLAGS+=$(GLIB_CFLAGS) |