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