]> git.proxmox.com Git - qemu.git/blob - Makefile.target
Drop darwin-user
[qemu.git] / Makefile.target
1 # -*- Mode: makefile -*-
2
3 GENERATED_HEADERS = config-target.h
4 CONFIG_NO_PCI = $(if $(subst n,,$(CONFIG_PCI)),n,y)
5 CONFIG_NO_KVM = $(if $(subst n,,$(CONFIG_KVM)),n,y)
6 CONFIG_NO_XEN = $(if $(subst n,,$(CONFIG_XEN)),n,y)
7
8 include ../config-host.mak
9 include config-devices.mak
10 include config-target.mak
11 include $(SRC_PATH)/rules.mak
12 ifneq ($(HWDIR),)
13 include $(HWDIR)/config.mak
14 endif
15
16 TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH)
17 $(call set-vpath, $(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw)
18 ifdef CONFIG_LINUX
19 QEMU_CFLAGS += -I../linux-headers
20 endif
21 QEMU_CFLAGS += -I.. -I$(TARGET_PATH) -DNEED_CPU_H
22
23 include $(SRC_PATH)/Makefile.objs
24
25 QEMU_CFLAGS+=-I$(SRC_PATH)/include
26
27 ifdef CONFIG_USER_ONLY
28 # user emulator name
29 QEMU_PROG=qemu-$(TARGET_ARCH2)
30 else
31 # system emulator name
32 ifneq (,$(findstring -mwindows,$(LIBS)))
33 # Terminate program name with a 'w' because the linker builds a windows executable.
34 QEMU_PROGW=qemu-system-$(TARGET_ARCH2)w$(EXESUF)
35 endif # windows executable
36 QEMU_PROG=qemu-system-$(TARGET_ARCH2)$(EXESUF)
37 endif
38
39 PROGS=$(QEMU_PROG)
40 ifdef QEMU_PROGW
41 PROGS+=$(QEMU_PROGW)
42 endif
43 STPFILES=
44
45 ifndef CONFIG_HAIKU
46 LIBS+=-lm
47 endif
48
49 config-target.h: config-target.h-timestamp
50 config-target.h-timestamp: config-target.mak
51
52 ifdef CONFIG_TRACE_SYSTEMTAP
53 stap: $(QEMU_PROG).stp
54
55 ifdef CONFIG_USER_ONLY
56 TARGET_TYPE=user
57 else
58 TARGET_TYPE=system
59 endif
60
61 $(QEMU_PROG).stp: $(SRC_PATH)/trace-events
62 $(call quiet-command,$(TRACETOOL) \
63 --format=stap \
64 --backend=$(TRACE_BACKEND) \
65 --binary=$(bindir)/$(QEMU_PROG) \
66 --target-arch=$(TARGET_ARCH) \
67 --target-type=$(TARGET_TYPE) \
68 < $< > $@," GEN $(QEMU_PROG).stp")
69 else
70 stap:
71 endif
72
73 all: $(PROGS) stap
74
75 # Dummy command so that make thinks it has done something
76 @true
77
78 #########################################################
79 # cpu emulator library
80 libobj-y = exec.o translate-all.o cpu-exec.o translate.o
81 libobj-y += tcg/tcg.o tcg/optimize.o
82 libobj-$(CONFIG_TCG_INTERPRETER) += tci.o
83 libobj-y += fpu/softfloat.o
84 ifneq ($(TARGET_BASE_ARCH), sparc)
85 ifneq ($(TARGET_BASE_ARCH), alpha)
86 libobj-y += op_helper.o
87 endif
88 endif
89 libobj-y += helper.o
90 ifeq ($(TARGET_BASE_ARCH), i386)
91 libobj-y += cpu.o
92 endif
93 libobj-$(TARGET_SPARC64) += vis_helper.o
94 libobj-$(CONFIG_NEED_MMU) += mmu.o
95 libobj-$(TARGET_ARM) += neon_helper.o iwmmxt_helper.o
96 libobj-$(TARGET_ARM) += cpu.o
97 libobj-$(TARGET_CRIS) += cpu.o
98 libobj-$(TARGET_LM32) += cpu.o
99 libobj-$(TARGET_MICROBLAZE) += cpu.o
100 libobj-$(TARGET_S390X) += cpu.o
101 ifeq ($(TARGET_BASE_ARCH), sparc)
102 libobj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o
103 libobj-y += cpu.o
104 endif
105 libobj-$(TARGET_SPARC) += int32_helper.o
106 libobj-$(TARGET_SPARC64) += int64_helper.o
107 libobj-$(TARGET_UNICORE32) += cpu.o
108 libobj-$(TARGET_XTENSA) += cpu.o
109 libobj-$(TARGET_ALPHA) += int_helper.o fpu_helper.o sys_helper.o mem_helper.o
110 libobj-$(TARGET_ALPHA) += cpu.o
111
112 libobj-y += disas.o
113 libobj-$(CONFIG_TCI_DIS) += tci-dis.o
114
115 tci-dis.o: QEMU_CFLAGS += -I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/tci
116
117 $(libobj-y): $(GENERATED_HEADERS)
118
119 # HELPER_CFLAGS is used for all the legacy code compiled with static register
120 # variables
121 ifneq ($(TARGET_BASE_ARCH), sparc)
122 op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
123 endif
124 user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
125
126 # Note: this is a workaround. The real fix is to avoid compiling
127 # cpu_signal_handler() in user-exec.c.
128 signal.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
129
130 #########################################################
131 # Linux user emulator target
132
133 ifdef CONFIG_LINUX_USER
134
135 $(call set-vpath, $(SRC_PATH)/linux-user:$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR))
136
137 QEMU_CFLAGS+=-I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR) -I$(SRC_PATH)/linux-user
138 obj-y = main.o syscall.o strace.o mmap.o signal.o thunk.o \
139 elfload.o linuxload.o uaccess.o gdbstub.o cpu-uname.o \
140 user-exec.o $(oslib-obj-y)
141
142 obj-$(TARGET_HAS_BFLT) += flatload.o
143
144 obj-$(TARGET_I386) += vm86.o
145
146 obj-i386-y += ioport-user.o
147
148 nwfpe-obj-y = fpa11.o fpa11_cpdo.o fpa11_cpdt.o fpa11_cprt.o fpopcode.o
149 nwfpe-obj-y += single_cpdo.o double_cpdo.o extended_cpdo.o
150 obj-arm-y += $(addprefix nwfpe/, $(nwfpe-obj-y))
151 obj-arm-y += arm-semi.o
152
153 obj-m68k-y += m68k-sim.o m68k-semi.o
154
155 $(obj-y) $(obj-$(TARGET_BASE_ARCH)-y): $(GENERATED_HEADERS)
156
157 obj-y += $(addprefix ../, $(universal-obj-y))
158 obj-y += $(addprefix ../libuser/, $(user-obj-y))
159 obj-y += $(addprefix ../libdis-user/, $(libdis-y))
160 obj-y += $(libobj-y)
161
162 endif #CONFIG_LINUX_USER
163
164 #########################################################
165 # BSD user emulator target
166
167 ifdef CONFIG_BSD_USER
168
169 $(call set-vpath, $(SRC_PATH)/bsd-user)
170
171 QEMU_CFLAGS+=-I$(SRC_PATH)/bsd-user -I$(SRC_PATH)/bsd-user/$(TARGET_ARCH)
172
173 obj-y = main.o bsdload.o elfload.o mmap.o signal.o strace.o syscall.o \
174 gdbstub.o uaccess.o user-exec.o
175
176 obj-i386-y += ioport-user.o
177
178 $(obj-y) $(obj-$(TARGET_BASE_ARCH)-y): $(GENERATED_HEADERS)
179
180 obj-y += $(addprefix ../, $(universal-obj-y))
181 obj-y += $(addprefix ../libuser/, $(user-obj-y))
182 obj-y += $(addprefix ../libdis-user/, $(libdis-y))
183 obj-y += $(libobj-y)
184
185 endif #CONFIG_BSD_USER
186
187 #########################################################
188 # System emulator target
189 ifdef CONFIG_SOFTMMU
190
191 obj-y = arch_init.o cpus.o monitor.o machine.o gdbstub.o balloon.o ioport.o
192 # virtio has to be here due to weird dependency between PCI and virtio-net.
193 # need to fix this properly
194 obj-$(CONFIG_NO_PCI) += pci-stub.o
195 obj-$(CONFIG_VIRTIO) += virtio.o virtio-blk.o virtio-balloon.o virtio-net.o virtio-serial-bus.o
196 obj-$(CONFIG_VIRTIO) += virtio-scsi.o
197 obj-y += vhost_net.o
198 obj-$(CONFIG_VHOST_NET) += vhost.o
199 obj-$(CONFIG_REALLY_VIRTFS) += 9pfs/virtio-9p-device.o
200 obj-$(CONFIG_KVM) += kvm.o kvm-all.o
201 obj-$(CONFIG_NO_KVM) += kvm-stub.o
202 obj-$(CONFIG_VGA) += vga.o
203 obj-y += memory.o savevm.o
204 LIBS+=-lz
205
206 obj-i386-$(CONFIG_KVM) += hyperv.o
207
208 QEMU_CFLAGS += $(VNC_TLS_CFLAGS)
209 QEMU_CFLAGS += $(VNC_SASL_CFLAGS)
210 QEMU_CFLAGS += $(VNC_JPEG_CFLAGS)
211 QEMU_CFLAGS += $(VNC_PNG_CFLAGS)
212
213 # xen support
214 obj-$(CONFIG_XEN) += xen-all.o xen_machine_pv.o xen_domainbuild.o xen-mapcache.o
215 obj-$(CONFIG_NO_XEN) += xen-stub.o
216
217 obj-i386-$(CONFIG_XEN) += xen_platform.o xen_apic.o
218
219 # Inter-VM PCI shared memory
220 CONFIG_IVSHMEM =
221 ifeq ($(CONFIG_KVM), y)
222 ifeq ($(CONFIG_PCI), y)
223 CONFIG_IVSHMEM = y
224 endif
225 endif
226 obj-$(CONFIG_IVSHMEM) += ivshmem.o
227
228 # Generic hotplugging
229 obj-y += device-hotplug.o
230
231 # Hardware support
232 obj-i386-y += mc146818rtc.o pc.o
233 obj-i386-y += apic_common.o apic.o kvmvapic.o
234 obj-i386-y += sga.o ioapic_common.o ioapic.o piix_pci.o
235 obj-i386-y += vmport.o
236 obj-i386-y += pci-hotplug.o smbios.o wdt_ib700.o
237 obj-i386-y += debugcon.o multiboot.o
238 obj-i386-y += pc_piix.o
239 obj-i386-y += pc_sysfw.o
240 obj-i386-$(CONFIG_KVM) += kvm/clock.o kvm/apic.o kvm/i8259.o kvm/ioapic.o kvm/i8254.o
241 obj-i386-$(CONFIG_SPICE) += qxl.o qxl-logger.o qxl-render.o
242
243 # shared objects
244 obj-ppc-y = ppc.o ppc_booke.o
245 # PREP target
246 obj-ppc-y += mc146818rtc.o
247 obj-ppc-y += ppc_prep.o
248 # OldWorld PowerMac
249 obj-ppc-y += ppc_oldworld.o
250 # NewWorld PowerMac
251 obj-ppc-y += ppc_newworld.o
252 # IBM pSeries (sPAPR)
253 obj-ppc-$(CONFIG_PSERIES) += spapr.o spapr_hcall.o spapr_rtas.o spapr_vio.o
254 obj-ppc-$(CONFIG_PSERIES) += xics.o spapr_vty.o spapr_llan.o spapr_vscsi.o
255 obj-ppc-$(CONFIG_PSERIES) += spapr_pci.o device-hotplug.o pci-hotplug.o
256 # PowerPC 4xx boards
257 obj-ppc-y += ppc4xx_devs.o ppc4xx_pci.o ppc405_uc.o ppc405_boards.o
258 obj-ppc-y += ppc440_bamboo.o
259 # PowerPC E500 boards
260 obj-ppc-y += ppce500_mpc8544ds.o mpc8544_guts.o ppce500_spin.o
261 # PowerPC 440 Xilinx ML507 reference board.
262 obj-ppc-y += virtex_ml507.o
263 obj-ppc-$(CONFIG_KVM) += kvm_ppc.o
264 obj-ppc-$(CONFIG_FDT) += device_tree.o
265 # PowerPC OpenPIC
266 obj-ppc-y += openpic.o
267
268 # Xilinx PPC peripherals
269 obj-ppc-y += xilinx_intc.o
270 obj-ppc-y += xilinx_timer.o
271 obj-ppc-y += xilinx_uartlite.o
272 obj-ppc-y += xilinx_ethlite.o
273
274 # LM32 boards
275 obj-lm32-y += lm32_boards.o
276 obj-lm32-y += milkymist.o
277
278 # LM32 peripherals
279 obj-lm32-y += lm32_pic.o
280 obj-lm32-y += lm32_juart.o
281 obj-lm32-y += lm32_timer.o
282 obj-lm32-y += lm32_uart.o
283 obj-lm32-y += lm32_sys.o
284 obj-lm32-y += milkymist-ac97.o
285 obj-lm32-y += milkymist-hpdmc.o
286 obj-lm32-y += milkymist-memcard.o
287 obj-lm32-y += milkymist-minimac2.o
288 obj-lm32-y += milkymist-pfpu.o
289 obj-lm32-y += milkymist-softusb.o
290 obj-lm32-y += milkymist-sysctl.o
291 obj-lm32-$(CONFIG_OPENGL) += milkymist-tmu2.o
292 obj-lm32-y += milkymist-uart.o
293 obj-lm32-y += milkymist-vgafb.o
294 obj-lm32-y += framebuffer.o
295
296 obj-mips-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
297 obj-mips-y += mips_addr.o mips_timer.o mips_int.o
298 obj-mips-y += gt64xxx.o mc146818rtc.o
299 obj-mips-$(CONFIG_FULONG) += bonito.o vt82c686.o mips_fulong2e.o
300
301 obj-microblaze-y = petalogix_s3adsp1800_mmu.o
302 obj-microblaze-y += petalogix_ml605_mmu.o
303 obj-microblaze-y += microblaze_boot.o
304
305 obj-microblaze-y += microblaze_pic_cpu.o
306 obj-microblaze-y += xilinx_intc.o
307 obj-microblaze-y += xilinx_timer.o
308 obj-microblaze-y += xilinx_uartlite.o
309 obj-microblaze-y += xilinx_ethlite.o
310 obj-microblaze-y += xilinx_axidma.o
311 obj-microblaze-y += xilinx_axienet.o
312
313 obj-microblaze-$(CONFIG_FDT) += device_tree.o
314
315 # Boards
316 obj-cris-y = cris_pic_cpu.o
317 obj-cris-y += cris-boot.o
318 obj-cris-y += axis_dev88.o
319
320 # IO blocks
321 obj-cris-y += etraxfs_dma.o
322 obj-cris-y += etraxfs_pic.o
323 obj-cris-y += etraxfs_eth.o
324 obj-cris-y += etraxfs_timer.o
325 obj-cris-y += etraxfs_ser.o
326
327 ifeq ($(TARGET_ARCH), sparc64)
328 obj-sparc-y = sun4u.o apb_pci.o
329 obj-sparc-y += mc146818rtc.o
330 else
331 obj-sparc-y = sun4m.o lance.o tcx.o sun4m_iommu.o slavio_intctl.o
332 obj-sparc-y += slavio_timer.o slavio_misc.o sparc32_dma.o
333 obj-sparc-y += cs4231.o eccmemctl.o sbi.o sun4c_intctl.o leon3.o
334
335 # GRLIB
336 obj-sparc-y += grlib_gptimer.o grlib_irqmp.o grlib_apbuart.o
337 endif
338
339 obj-arm-y = integratorcp.o versatilepb.o arm_pic.o arm_timer.o
340 obj-arm-y += arm_boot.o pl011.o pl031.o pl050.o pl080.o pl110.o pl181.o pl190.o
341 obj-arm-y += versatile_pci.o
342 obj-arm-y += versatile_i2c.o
343 obj-arm-y += cadence_uart.o
344 obj-arm-y += cadence_ttc.o
345 obj-arm-y += cadence_gem.o
346 obj-arm-y += xilinx_zynq.o zynq_slcr.o
347 obj-arm-y += arm_gic.o
348 obj-arm-y += realview_gic.o realview.o arm_sysctl.o arm11mpcore.o a9mpcore.o
349 obj-arm-y += exynos4210_gic.o exynos4210_combiner.o exynos4210.o
350 obj-arm-y += exynos4_boards.o exynos4210_uart.o exynos4210_pwm.o
351 obj-arm-y += exynos4210_pmu.o exynos4210_mct.o exynos4210_fimd.o
352 obj-arm-y += arm_l2x0.o
353 obj-arm-y += arm_mptimer.o a15mpcore.o
354 obj-arm-y += armv7m.o armv7m_nvic.o stellaris.o pl022.o stellaris_enet.o
355 obj-arm-y += highbank.o
356 obj-arm-y += pl061.o
357 obj-arm-y += xgmac.o
358 obj-arm-y += arm-semi.o
359 obj-arm-y += pxa2xx.o pxa2xx_pic.o pxa2xx_gpio.o pxa2xx_timer.o pxa2xx_dma.o
360 obj-arm-y += pxa2xx_lcd.o pxa2xx_mmci.o pxa2xx_pcmcia.o pxa2xx_keypad.o
361 obj-arm-y += gumstix.o
362 obj-arm-y += zaurus.o ide/microdrive.o spitz.o tosa.o tc6393xb.o
363 obj-arm-y += omap1.o omap_lcdc.o omap_dma.o omap_clk.o omap_mmc.o omap_i2c.o \
364 omap_gpio.o omap_intc.o omap_uart.o
365 obj-arm-y += omap2.o omap_dss.o soc_dma.o omap_gptimer.o omap_synctimer.o \
366 omap_gpmc.o omap_sdrc.o omap_spi.o omap_tap.o omap_l4.o
367 obj-arm-y += omap_sx1.o palm.o tsc210x.o
368 obj-arm-y += nseries.o blizzard.o onenand.o cbus.o tusb6010.o usb/hcd-musb.o
369 obj-arm-y += mst_fpga.o mainstone.o
370 obj-arm-y += z2.o
371 obj-arm-y += musicpal.o bitbang_i2c.o marvell_88w8618_audio.o
372 obj-arm-y += framebuffer.o
373 obj-arm-y += vexpress.o
374 obj-arm-y += strongarm.o
375 obj-arm-y += collie.o
376 obj-arm-y += pl041.o lm4549.o
377 obj-arm-$(CONFIG_FDT) += device_tree.o
378
379 obj-sh4-y = shix.o r2d.o sh7750.o sh7750_regnames.o tc58128.o
380 obj-sh4-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o sm501.o
381 obj-sh4-y += ide/mmio.o
382
383 obj-m68k-y = an5206.o mcf5206.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o
384 obj-m68k-y += m68k-semi.o dummy_m68k.o
385
386 obj-s390x-y = s390-virtio-bus.o s390-virtio.o
387
388 obj-alpha-y = mc146818rtc.o
389 obj-alpha-y += alpha_pci.o alpha_dp264.o alpha_typhoon.o
390
391 obj-xtensa-y += xtensa_pic.o
392 obj-xtensa-y += xtensa_sim.o
393 obj-xtensa-y += xtensa_lx60.o
394 obj-xtensa-y += xtensa-semi.o
395 obj-xtensa-y += core-dc232b.o
396 obj-xtensa-y += core-dc233c.o
397 obj-xtensa-y += core-fsf.o
398
399 main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS)
400
401 monitor.o: hmp-commands.h qmp-commands-old.h
402
403 $(obj-y) $(obj-$(TARGET_BASE_ARCH)-y): $(GENERATED_HEADERS)
404
405 obj-y += $(addprefix ../, $(universal-obj-y))
406 obj-y += $(addprefix ../, $(common-obj-y))
407 obj-y += $(addprefix ../libdis/, $(libdis-y))
408 obj-y += $(libobj-y)
409 obj-y += $(addprefix $(HWDIR)/, $(hw-obj-y))
410 obj-y += $(addprefix ../, $(trace-obj-y))
411
412 endif # CONFIG_SOFTMMU
413
414 ifndef CONFIG_LINUX_USER
415 ifndef CONFIG_BSD_USER
416 # libcacard needs qemu-thread support, and besides is only needed by devices
417 # so not requires with linux-user / bsd-user targets
418 obj-$(CONFIG_SMARTCARD_NSS) += $(addprefix ../libcacard/, $(libcacard-y))
419 endif # CONFIG_BSD_USER
420 endif # CONFIG_LINUX_USER
421
422 obj-$(CONFIG_GDBSTUB_XML) += gdbstub-xml.o
423
424 ifdef QEMU_PROGW
425 # The linker builds a windows executable. Make also a console executable.
426 $(QEMU_PROGW): $(obj-y) $(obj-$(TARGET_BASE_ARCH)-y)
427 $(call LINK,$^)
428 $(QEMU_PROG): $(QEMU_PROGW)
429 $(call quiet-command,$(OBJCOPY) --subsystem console $(QEMU_PROGW) $(QEMU_PROG)," GEN $(TARGET_DIR)$(QEMU_PROG)")
430 else
431 $(QEMU_PROG): $(obj-y) $(obj-$(TARGET_BASE_ARCH)-y)
432 $(call LINK,$^)
433 endif
434
435 gdbstub-xml.c: $(TARGET_XML_FILES) $(SRC_PATH)/scripts/feature_to_c.sh
436 $(call quiet-command,rm -f $@ && $(SHELL) $(SRC_PATH)/scripts/feature_to_c.sh $@ $(TARGET_XML_FILES)," GEN $(TARGET_DIR)$@")
437
438 hmp-commands.h: $(SRC_PATH)/hmp-commands.hx
439 $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -h < $< > $@," GEN $(TARGET_DIR)$@")
440
441 qmp-commands-old.h: $(SRC_PATH)/qmp-commands.hx
442 $(call quiet-command,sh $(SRC_PATH)/scripts/hxtool -h < $< > $@," GEN $(TARGET_DIR)$@")
443
444 clean:
445 rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o
446 rm -f *.d */*.d tcg/*.o ide/*.o 9pfs/*.o kvm/*.o
447 rm -f hmp-commands.h qmp-commands-old.h gdbstub-xml.c
448 ifdef CONFIG_TRACE_SYSTEMTAP
449 rm -f *.stp
450 endif
451
452 install: all
453 ifneq ($(PROGS),)
454 $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
455 ifneq ($(STRIP),)
456 $(STRIP) $(patsubst %,"$(DESTDIR)$(bindir)/%",$(PROGS))
457 endif
458 endif
459 ifdef CONFIG_TRACE_SYSTEMTAP
460 $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/../systemtap/tapset"
461 $(INSTALL_DATA) $(QEMU_PROG).stp "$(DESTDIR)$(qemu_datadir)/../systemtap/tapset"
462 endif
463
464 # Include automatically generated dependency files
465 -include $(wildcard *.d */*.d)