Ppc: Fix for lost simultaneous interrupts
[qemu-kvm/fedora.git] / Makefile.target
blob2316c927946c1beafb8bf7f0ce71ab1411fc9e7e
1 CFLAGS=
2 LDFLAGS=
4 include config.mak
6 LDFLAGS_BASE:=$(LDFLAGS)
7 TARGET_BASE_ARCH:=$(TARGET_ARCH)
8 ifeq ($(TARGET_ARCH), x86_64)
9 TARGET_BASE_ARCH:=i386
10 endif
11 ifeq ($(TARGET_ARCH), mipsn32)
12 TARGET_BASE_ARCH:=mips
13 endif
14 ifeq ($(TARGET_ARCH), mips64)
15 TARGET_BASE_ARCH:=mips
16 endif
17 ifeq ($(TARGET_ARCH), ppc64)
18 TARGET_BASE_ARCH:=ppc
19 endif
20 ifeq ($(TARGET_ARCH), ppc64h)
21 TARGET_BASE_ARCH:=ppc
22 endif
23 ifeq ($(TARGET_ARCH), ppcemb)
24 TARGET_BASE_ARCH:=ppc
25 endif
26 ifeq ($(TARGET_ARCH), sparc64)
27 TARGET_BASE_ARCH:=sparc
28 endif
29 ifeq ($(TARGET_ARCH), ia64)
30 TARGET_BASE_ARCH:=ia64
31 endif
32 TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH)
33 VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw
34 CPPFLAGS=-I. -I.. -I$(TARGET_PATH) -I$(SRC_PATH) -MMD -MP -DNEED_CPU_H
35 #CFLAGS+=-Werror
36 LIBS=
37 DYNGEN=../dyngen$(EXESUF)
38 # user emulator name
39 ifndef TARGET_ARCH2
40 TARGET_ARCH2=$(TARGET_ARCH)
41 endif
42 ifeq ($(TARGET_ARCH),arm)
43   ifeq ($(TARGET_WORDS_BIGENDIAN),yes)
44     TARGET_ARCH2=armeb
45   endif
46 endif
47 ifeq ($(TARGET_ARCH),sh4)
48   ifeq ($(TARGET_WORDS_BIGENDIAN),yes)
49     TARGET_ARCH2=sh4eb
50   endif
51 endif
52 ifeq ($(TARGET_ARCH),mips)
53   ifneq ($(TARGET_WORDS_BIGENDIAN),yes)
54     TARGET_ARCH2=mipsel
55   endif
56 endif
57 ifeq ($(TARGET_ARCH),mipsn32)
58   ifneq ($(TARGET_WORDS_BIGENDIAN),yes)
59     TARGET_ARCH2=mipsn32el
60   endif
61 endif
62 ifeq ($(TARGET_ARCH),mips64)
63   ifneq ($(TARGET_WORDS_BIGENDIAN),yes)
64     TARGET_ARCH2=mips64el
65   endif
66 endif
68 ifdef CONFIG_USER_ONLY
69 # user emulator name
70 QEMU_PROG=qemu-$(TARGET_ARCH2)
71 else
72 # system emulator name
73 ifeq ($(TARGET_ARCH), i386)
74 QEMU_PROG=qemu$(EXESUF)
75 else
76 QEMU_PROG=qemu-system-$(TARGET_ARCH2)$(EXESUF)
77 endif
78 endif
80 PROGS=$(QEMU_PROG)
82 # We require -O2 to avoid the stack setup prologue in EXIT_TB
83 OP_CFLAGS := -Wall -O2 -g -fno-strict-aliasing
85 # cc-option
86 # Usage: OP_CFLAGS+=$(call cc-option, -falign-functions=0, -malign-functions=0)
88 cc-option = $(shell if $(CC) $(OP_CFLAGS) $(1) -S -o /dev/null -xc /dev/null \
89               > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)
91 OP_CFLAGS+=$(call cc-option, -fno-reorder-blocks, "")
92 OP_CFLAGS+=$(call cc-option, -fno-gcse, "")
93 OP_CFLAGS+=$(call cc-option, -fno-tree-ch, "")
94 OP_CFLAGS+=$(call cc-option, -fno-optimize-sibling-calls, "")
95 OP_CFLAGS+=$(call cc-option, -fno-crossjumping, "")
96 OP_CFLAGS+=$(call cc-option, -fno-align-labels, "")
97 OP_CFLAGS+=$(call cc-option, -fno-align-jumps, "")
98 OP_CFLAGS+=$(call cc-option, -fno-align-functions, $(call cc-option, -malign-functions=0, ""))
99 OP_CFLAGS+=$(call cc-option, -fno-section-anchors, "")
101 HELPER_CFLAGS=
103 ifeq ($(ARCH),i386)
104 HELPER_CFLAGS+=-fomit-frame-pointer
105 OP_CFLAGS+=-mpreferred-stack-boundary=2 -fomit-frame-pointer
106 endif
108 ifeq ($(ARCH),ppc)
109 CPPFLAGS+= -D__powerpc__
110 endif
112 ifeq ($(ARCH),sparc)
113   CFLAGS+=-ffixed-g2 -ffixed-g3
114   OP_CFLAGS+=-fno-delayed-branch -ffixed-i0
115   ifeq ($(CONFIG_SOLARIS),yes)
116     OP_CFLAGS+=-fno-omit-frame-pointer
117   else
118     CFLAGS+=-ffixed-g1 -ffixed-g6
119     HELPER_CFLAGS+=-ffixed-i0
120   endif
121 endif
123 ifeq ($(ARCH),sparc64)
124   CFLAGS+=-ffixed-g1 -ffixed-g4 -ffixed-g5 -ffixed-g7
125   OP_CFLAGS+=-mcpu=ultrasparc -m64 -fno-delayed-branch -ffixed-i0
126   ifneq ($(CONFIG_SOLARIS),yes)
127     OP_CFLAGS+=-ffixed-g1 -ffixed-g4 -ffixed-g5 -ffixed-g7
128   endif
129 endif
131 ifeq ($(ARCH),alpha)
132 # -msmall-data is not used for OP_CFLAGS because we want two-instruction
133 # relocations for the constant constructions
134 # Ensure there's only a single GP
135 CFLAGS+=-msmall-data
136 endif
138 ifeq ($(ARCH),hppa)
139 OP_CFLAGS=-O1 -fno-delayed-branch
140 BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
141 endif
143 ifeq ($(ARCH),ia64)
144 CFLAGS+=-mno-sdata
145 OP_CFLAGS+=-mno-sdata
146 endif
148 ifeq ($(ARCH),arm)
149 OP_CFLAGS+=-mno-sched-prolog -fno-omit-frame-pointer
150 endif
152 ifeq ($(ARCH),m68k)
153 OP_CFLAGS+=-fomit-frame-pointer
154 endif
156 ifeq ($(ARCH),mips)
157 OP_CFLAGS+=-mabi=32 -G0 -fno-PIC -mno-abicalls -fomit-frame-pointer -fno-delayed-branch -Wa,-O0
158 endif
160 ifeq ($(ARCH),mips64)
161 OP_CFLAGS+=-mabi=n32 -G0 -fno-PIC -mno-abicalls -fomit-frame-pointer -fno-delayed-branch -Wa,-O0
162 endif
164 CFLAGS+=$(OS_CFLAGS) $(ARCH_CFLAGS)
165 LDFLAGS+=$(OS_LDFLAGS) $(ARCH_LDFLAGS)
166 OP_CFLAGS+=$(OS_CFLAGS) $(ARCH_CFLAGS)
168 CPPFLAGS+=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__user=
169 LIBS+=-lm
170 ifdef CONFIG_WIN32
171 LIBS+=-lwinmm -lws2_32 -liphlpapi
172 endif
173 ifdef CONFIG_SOLARIS
174 LIBS+=-lsocket -lnsl -lresolv
175 ifdef NEEDS_LIBSUNMATH
176 LIBS+=-lsunmath
177 LDFLAGS+=-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib
178 OP_CFLAGS+=-I/opt/SUNWspro/prod/include/cc
179 CFLAGS+=-I/opt/SUNWspro/prod/include/cc
180 endif
181 endif
183 all: $(PROGS)
185 #########################################################
186 # cpu emulator library
187 <<<<<<< HEAD:qemu/Makefile.target
188 LIBOBJS=exec.o kqemu.o cpu-exec.o host-utils.o
190 ifeq ($(NO_CPU_EMULATION), 1)
191 LIBOBJS+=fake-exec.o
192 else
193 LIBOBJS+= translate-all.o translate.o
194 ifndef CONFIG_NO_DYNGEN_OP
195 LIBOBJS+=op.o
196 endif
197 # TCG code generator
198 LIBOBJS+= tcg/tcg.o tcg/tcg-dyngen.o tcg/tcg-runtime.o
199 CPPFLAGS+=-I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/$(ARCH)
200 endif
201 ifeq ($(ARCH),sparc64)
202 CPPFLAGS+=-I$(SRC_PATH)/tcg/sparc
203 endif
205 ifeq ($(USE_KVM), 1)
206 LIBOBJS+=qemu-kvm.o
207 endif
208 ifdef CONFIG_SOFTFLOAT
209 LIBOBJS+=fpu/softfloat.o
210 else
211 LIBOBJS+=fpu/softfloat-native.o
212 endif
213 CPPFLAGS+=-I$(SRC_PATH)/fpu
215 ifeq ($(TARGET_ARCH), i386)
216 LIBOBJS+=helper.o helper2.o
217 ifeq ($(USE_KVM), 1)
218 LIBOBJS+=qemu-kvm-x86.o kvm-tpr-opt.o
219 LIBOBJS+=qemu-kvm-helper.o
220 endif
221 endif
223 ifeq ($(TARGET_ARCH), x86_64)
224 LIBOBJS+=helper.o helper2.o
225 ifeq ($(USE_KVM), 1)
226 LIBOBJS+=qemu-kvm-x86.o kvm-tpr-opt.o
227 LIBOBJS+=qemu-kvm-helper.o
228 endif
229 endif
231 ifeq ($(TARGET_BASE_ARCH), ppc)
232 LIBOBJS+= op_helper.o helper.o
233 ifeq ($(USE_KVM), 1)
234 LIBOBJS+= qemu-kvm-powerpc.o
235 endif
236 endif
238 ifeq ($(TARGET_BASE_ARCH), mips)
239 LIBOBJS+= op_helper.o helper.o
240 endif
242 ifeq ($(TARGET_BASE_ARCH), sparc)
243 LIBOBJS+= op_helper.o helper.o
244 endif
246 ifeq ($(TARGET_BASE_ARCH), arm)
247 LIBOBJS+= op_helper.o helper.o neon_helper.o iwmmxt_helper.o
248 endif
250 ifeq ($(TARGET_BASE_ARCH), sh4)
251 LIBOBJS+= op_helper.o helper.o
252 endif
254 ifeq ($(TARGET_BASE_ARCH), m68k)
255 LIBOBJS+= op_helper.o helper.o
256 endif
258 ifeq ($(TARGET_BASE_ARCH), alpha)
259 LIBOBJS+= op_helper.o helper.o alpha_palcode.o
260 endif
262 ifeq ($(TARGET_BASE_ARCH), ia64)
263 LIBOBJS+=op_helper.o firmware.o
264 ifeq ($(USE_KVM), 1)
265 LIBOBJS+=qemu-kvm-ia64.o
266 endif
267 endif
269 ifeq ($(TARGET_BASE_ARCH), cris)
270 LIBOBJS+= op_helper.o helper.o
271 LIBOBJS+= cris-dis.o
273 ifndef CONFIG_USER_ONLY
274 LIBOBJS+= mmu.o
275 endif
276 endif
279 # NOTE: the disassembler code is only needed for debugging
280 LIBOBJS+=disas.o
281 ifeq ($(findstring i386, $(TARGET_ARCH) $(ARCH)),i386)
282 USE_I386_DIS=y
283 endif
284 ifeq ($(findstring x86_64, $(TARGET_ARCH) $(ARCH)),x86_64)
285 USE_I386_DIS=y
286 endif
287 ifdef USE_I386_DIS
288 LIBOBJS+=i386-dis.o
289 endif
290 ifeq ($(findstring alpha, $(TARGET_ARCH) $(ARCH)),alpha)
291 LIBOBJS+=alpha-dis.o
292 endif
293 ifeq ($(findstring ppc, $(TARGET_BASE_ARCH) $(ARCH)),ppc)
294 LIBOBJS+=ppc-dis.o
295 endif
296 ifeq ($(findstring mips, $(TARGET_BASE_ARCH) $(ARCH)),mips)
297 LIBOBJS+=mips-dis.o
298 endif
299 ifeq ($(findstring sparc, $(TARGET_BASE_ARCH) $(ARCH)),sparc)
300 LIBOBJS+=sparc-dis.o
301 endif
302 ifeq ($(findstring arm, $(TARGET_ARCH) $(ARCH)),arm)
303 LIBOBJS+=arm-dis.o
304 endif
305 ifeq ($(findstring m68k, $(TARGET_ARCH) $(ARCH)),m68k)
306 LIBOBJS+=m68k-dis.o
307 endif
308 ifeq ($(findstring sh4, $(TARGET_ARCH) $(ARCH)),sh4)
309 LIBOBJS+=sh4-dis.o
310 endif
311 ifeq ($(findstring hppa, $(TARGET_BASE_ARCH) $(ARCH)),hppa)
312 LIBOBJS+=hppa-dis.o
313 endif
314 ifeq ($(findstring s390, $(TARGET_ARCH) $(ARCH)),s390)
315 LIBOBJS+=s390-dis.o
316 endif
318 # libqemu
320 ifndef CONFIG_NO_DYNGEN_OP
321 OPC_H = gen-op.h dyngen-opc.h op.h
322 endif
324 libqemu.a: $(LIBOBJS)
325         rm -f $@
326         $(AR) rcs $@ $(LIBOBJS)
328 translate.o: translate.c cpu.h $(OPC_H)
330 translate-all.o: translate-all.c cpu.h $(OPC_H)
332 tcg/tcg.o: cpu.h $(OPC_H)
334 tcg/tcg-dyngen.o: $(OPC_H)
336 tcg/tcg-runtime.o: $(OPC_H)
338 op.h: op.o $(DYNGEN)
339         $(DYNGEN) -o $@ $<
341 dyngen-opc.h: op.o $(DYNGEN)
342         $(DYNGEN) -c -o $@ $<
344 gen-op.h: op.o $(DYNGEN)
345         $(DYNGEN) -g -o $@ $<
347 op.o: op.c
348         $(CC) $(OP_CFLAGS) $(CPPFLAGS) -c -o $@ $<
350 # HELPER_CFLAGS is used for all the code compiled with static register
351 # variables
352 ifeq ($(TARGET_BASE_ARCH), i386)
353 # XXX: rename helper.c to op_helper.c
354 helper.o: helper.c
355         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
356 else
357 op_helper.o: op_helper.c
358         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
359 endif
361 cpu-exec.o: cpu-exec.c
362         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
364 qemu-kvm-helper.o: qemu-kvm-helper.c
365         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
367 #########################################################
368 # Linux user emulator target
370 ifdef CONFIG_LINUX_USER
372 ifndef TARGET_ABI_DIR
373   TARGET_ABI_DIR=$(TARGET_ARCH)
374 endif
375 VPATH+=:$(SRC_PATH)/linux-user:$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
376 CPPFLAGS+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
378 ifdef CONFIG_STATIC
379 LDFLAGS+=-static
380 endif
382 ifeq ($(ARCH),i386)
383 ifdef TARGET_GPROF
384 USE_I386_LD=y
385 endif
386 ifdef CONFIG_STATIC
387 USE_I386_LD=y
388 endif
389 ifdef USE_I386_LD
390 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
391 else
392 # WARNING: this LDFLAGS is _very_ tricky : qemu is an ELF shared object
393 # that the kernel ELF loader considers as an executable. I think this
394 # is the simplest way to make it self virtualizable!
395 LDFLAGS+=-Wl,-shared
396 endif
397 endif
399 ifeq ($(ARCH),x86_64)
400 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
401 endif
403 ifeq ($(ARCH),ppc)
404 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
405 endif
407 ifeq ($(ARCH),s390)
408 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
409 endif
411 ifeq ($(ARCH),sparc)
412 # -static is used to avoid g1/g3 usage by the dynamic linker    
413 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld -static
414 endif
416 ifeq ($(ARCH),sparc64)
417 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
418 endif
420 ifeq ($(ARCH),alpha)
421 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
422 endif
424 ifeq ($(ARCH),ia64)
425 LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/$(ARCH).ld
426 endif
428 ifeq ($(ARCH),arm)
429 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
430 endif
432 ifeq ($(ARCH),m68k)
433 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
434 endif
436 ifeq ($(ARCH),mips)
437 ifeq ($(WORDS_BIGENDIAN),yes)
438 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
439 else
440 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
441 endif
442 endif
444 ifeq ($(ARCH),mips64)
445 ifeq ($(WORDS_BIGENDIAN),yes)
446 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld
447 else
448 LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH)el.ld
449 endif
450 endif
452 OBJS= main.o syscall.o strace.o mmap.o signal.o path.o osdep.o thunk.o \
453       elfload.o linuxload.o uaccess.o
454 LIBS+= $(AIOLIBS)
455 ifdef TARGET_HAS_BFLT
456 OBJS+= flatload.o
457 endif
458 ifdef TARGET_HAS_ELFLOAD32
459 OBJS+= elfload32.o
460 elfload32.o: elfload.c
461 endif
463 ifeq ($(TARGET_ARCH), i386)
464 OBJS+= vm86.o
465 endif
466 ifeq ($(TARGET_ARCH), arm)
467 OBJS+=nwfpe/fpa11.o nwfpe/fpa11_cpdo.o \
468 nwfpe/fpa11_cpdt.o nwfpe/fpa11_cprt.o nwfpe/fpopcode.o nwfpe/single_cpdo.o \
469  nwfpe/double_cpdo.o nwfpe/extended_cpdo.o arm-semi.o
470 endif
471 ifeq ($(TARGET_ARCH), m68k)
472 OBJS+= m68k-sim.o m68k-semi.o
473 endif
475 ifdef CONFIG_GDBSTUB
476 OBJS+=gdbstub.o
477 endif
479 OBJS+= libqemu.a
480 OBJS+= ../libqemu_common.a
482 # Note: this is a workaround. The real fix is to avoid compiling
483 # cpu_signal_handler() in cpu-exec.c.
484 signal.o: signal.c
485         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
487 $(QEMU_PROG): $(OBJS)
488         $(CC) $(LDFLAGS) -o $@ $^  $(LIBS)
489 ifeq ($(ARCH),alpha)
490 # Mark as 32 bit binary, i. e. it will be mapped into the low 31 bit of
491 # the address space (31 bit so sign extending doesn't matter)
492         echo -ne '\001\000\000\000' | dd of=qemu bs=1 seek=48 count=4 conv=notrunc
493 endif
495 endif #CONFIG_LINUX_USER
497 #########################################################
498 # Darwin user emulator target
500 ifdef CONFIG_DARWIN_USER
502 VPATH+=:$(SRC_PATH)/darwin-user
503 CPPFLAGS+=-I$(SRC_PATH)/darwin-user -I$(SRC_PATH)/darwin-user/$(TARGET_ARCH)
505 # Leave some space for the regular program loading zone
506 LDFLAGS+=-Wl,-segaddr,__STD_PROG_ZONE,0x1000 -image_base 0x0e000000
508 LIBS+=-lmx
510 OBJS= main.o commpage.o machload.o mmap.o osdep.o signal.o syscall.o thunk.o
512 OBJS+= libqemu.a
514 ifdef CONFIG_GDBSTUB
515 OBJS+=gdbstub.o
516 endif
518 # Note: this is a workaround. The real fix is to avoid compiling
519 # cpu_signal_handler() in cpu-exec.c.
520 signal.o: signal.c
521         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
523 $(QEMU_PROG): $(OBJS)
524         $(CC) $(LDFLAGS) -o $@ $^  $(LIBS)
526 endif #CONFIG_DARWIN_USER
528 #########################################################
529 # System emulator target
530 ifndef CONFIG_USER_ONLY
532 OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o migration.o
533 ifdef CONFIG_WIN32
534 OBJS+=block-raw-win32.o
535 else
536 OBJS+=block-raw-posix.o
537 endif
539 LIBS+=-lz
540 ifdef CONFIG_ALSA
541 LIBS += -lasound
542 endif
543 ifdef CONFIG_ESD
544 LIBS += -lesd
545 endif
546 ifdef CONFIG_DSOUND
547 LIBS += -lole32 -ldxguid
548 endif
549 ifdef CONFIG_FMOD
550 LIBS += $(CONFIG_FMOD_LIB)
551 endif
553 SOUND_HW = sb16.o es1370.o
554 ifdef CONFIG_AC97
555 SOUND_HW += ac97.o
556 endif
557 ifdef CONFIG_ADLIB
558 SOUND_HW += fmopl.o adlib.o
559 endif
560 ifdef CONFIG_GUS
561 SOUND_HW += gus.o gusemu_hal.o gusemu_mixer.o
562 endif
564 ifdef CONFIG_KVM_KERNEL_INC
565 CFLAGS += -I $(CONFIG_KVM_KERNEL_INC)
566 LIBS += -lkvm
567 DEPLIBS += ../libkvm/libkvm.a
568 endif
570 ifdef CONFIG_VNC_TLS
571 CPPFLAGS += $(CONFIG_VNC_TLS_CFLAGS)
572 LIBS += $(CONFIG_VNC_TLS_LIBS)
573 endif
575 ifdef CONFIG_LIBFDT
576 LIBS += -lfdt
577 DEPLIBS += libfdt.a
578 endif
580 # SCSI layer
581 OBJS+= lsi53c895a.o esp.o
583 # USB layer
584 OBJS+= usb-ohci.o
586 # EEPROM emulation
587 OBJS += eeprom93xx.o
589 # PCI network cards
590 OBJS += eepro100.o
591 OBJS += ne2000.o
592 OBJS += pcnet.o
593 OBJS += rtl8139.o
594 OBJS += e1000.o
596 # PCI Hypercall
597 OBJS+= hypercall.o
599 # virtio devices
600 OBJS += virtio.o virtio-net.o virtio-blk.o
602 OBJS += device-hotplug.o
604 ifeq ($(TARGET_BASE_ARCH), i386)
605 # Hardware support
606 OBJS+= ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o
607 OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pcspk.o pc.o
608 OBJS+= cirrus_vga.o apic.o parallel.o acpi.o piix_pci.o
609 OBJS+= usb-uhci.o vmmouse.o vmport.o vmware_vga.o extboot.o
610 ifeq ($(USE_KVM_PIT), 1)
611 OBJS+= i8254-kvm.o
612 endif
613 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
614 endif
615 ifeq ($(TARGET_BASE_ARCH), ia64)
616 # Hardware support
617 OBJS+= ide.o pckbd.o ps2.o vga.o $(SOUND_HW) dma.o $(AUDIODRV)
618 OBJS+= fdc.o mc146818rtc.o serial.o i8259.o ipf.o
619 OBJS+= cirrus_vga.o parallel.o acpi.o piix_pci.o
620 OBJS+= usb-uhci.o smbus_eeprom.o
621 endif
622 ifeq ($(TARGET_BASE_ARCH), ppc)
623 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
624 # shared objects
625 OBJS+= ppc.o ide.o vga.o $(SOUND_HW) dma.o openpic.o
626 OBJS+= cirrus_vga.o
627 # PREP target
628 OBJS+= pckbd.o ps2.o serial.o i8259.o i8254.o fdc.o m48t59.o mc146818rtc.o
629 OBJS+= prep_pci.o ppc_prep.o
630 # Mac shared devices
631 OBJS+= macio.o cuda.o adb.o mac_nvram.o mac_dbdma.o
632 # OldWorld PowerMac
633 OBJS+= heathrow_pic.o grackle_pci.o ppc_oldworld.o
634 # NewWorld PowerMac
635 OBJS+= unin_pci.o ppc_chrp.o
636 # PowerPC 4xx boards
637 OBJS+= pflash_cfi02.o ppc4xx_devs.o ppc405_uc.o ppc405_boards.o
638 OBJS+= ppc440.o ppc440_bamboo.o device_tree.o
639 endif
640 ifeq ($(TARGET_BASE_ARCH), mips)
641 OBJS+= mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
642 OBJS+= mips_timer.o mips_int.o dma.o vga.o serial.o i8254.o i8259.o rc4030.o
643 OBJS+= g364fb.o jazz_led.o
644 OBJS+= ide.o gt64xxx.o pckbd.o ps2.o fdc.o mc146818rtc.o usb-uhci.o acpi.o ds1225y.o
645 OBJS+= piix_pci.o parallel.o cirrus_vga.o pcspk.o $(SOUND_HW)
646 OBJS+= mipsnet.o
647 OBJS+= pflash_cfi01.o
648 CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
649 endif
650 ifeq ($(TARGET_BASE_ARCH), cris)
651 OBJS+= etraxfs.o
652 OBJS+= etraxfs_pic.o
653 OBJS+= etraxfs_timer.o
654 OBJS+= etraxfs_ser.o
656 OBJS+= ptimer.o
657 OBJS+= pflash_cfi01.o
658 endif
659 ifeq ($(TARGET_BASE_ARCH), sparc)
660 ifeq ($(TARGET_ARCH), sparc64)
661 OBJS+= sun4u.o ide.o pckbd.o ps2.o vga.o apb_pci.o
662 OBJS+= fdc.o mc146818rtc.o serial.o m48t59.o
663 OBJS+= cirrus_vga.o parallel.o ptimer.o
664 else
665 OBJS+= sun4m.o tcx.o pcnet.o iommu.o m48t59.o slavio_intctl.o
666 OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o sparc32_dma.o
667 OBJS+= cs4231.o ptimer.o eccmemctl.o sbi.o sun4c_intctl.o
668 endif
669 endif
670 ifeq ($(TARGET_BASE_ARCH), arm)
671 OBJS+= integratorcp.o versatilepb.o ps2.o smc91c111.o arm_pic.o arm_timer.o
672 OBJS+= arm_boot.o pl011.o pl031.o pl050.o pl080.o pl110.o pl181.o pl190.o
673 OBJS+= versatile_pci.o ptimer.o
674 OBJS+= realview_gic.o realview.o arm_sysctl.o mpcore.o
675 OBJS+= armv7m.o armv7m_nvic.o stellaris.o pl022.o stellaris_enet.o
676 OBJS+= pl061.o
677 OBJS+= arm-semi.o
678 OBJS+= pxa2xx.o pxa2xx_pic.o pxa2xx_gpio.o pxa2xx_timer.o pxa2xx_dma.o
679 OBJS+= pxa2xx_lcd.o pxa2xx_mmci.o pxa2xx_pcmcia.o pxa2xx_keypad.o
680 OBJS+= pflash_cfi01.o gumstix.o
681 OBJS+= spitz.o ide.o serial.o nand.o ecc.o
682 OBJS+= omap1.o omap_lcdc.o omap_dma.o omap_clk.o omap_mmc.o omap_i2c.o
683 OBJS+= omap2.o omap_dss.o
684 OBJS+= palm.o tsc210x.o
685 OBJS+= nseries.o blizzard.o onenand.o vga.o cbus.o
686 OBJS+= mst_fpga.o mainstone.o
687 CPPFLAGS += -DHAS_AUDIO
688 endif
689 ifeq ($(TARGET_BASE_ARCH), sh4)
690 OBJS+= shix.o r2d.o sh7750.o sh7750_regnames.o tc58128.o
691 OBJS+= sh_timer.o ptimer.o sh_serial.o sh_intc.o
692 endif
693 ifeq ($(TARGET_BASE_ARCH), m68k)
694 OBJS+= an5206.o mcf5206.o ptimer.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o
695 OBJS+= m68k-semi.o dummy_m68k.o
696 endif
697 ifdef CONFIG_GDBSTUB
698 OBJS+=gdbstub.o
699 endif
700 ifdef CONFIG_COCOA
701 COCOA_LIBS=-F/System/Library/Frameworks -framework Cocoa -framework IOKit
702 ifdef CONFIG_COREAUDIO
703 COCOA_LIBS+=-framework CoreAudio
704 endif
705 endif
706 ifdef CONFIG_SLIRP
707 CPPFLAGS+=-I$(SRC_PATH)/slirp
708 endif
710 LIBS+=$(AIOLIBS)
711 # specific flags are needed for non soft mmu emulator
712 ifdef CONFIG_STATIC
713 LDFLAGS+=-static
714 endif
715 ifndef CONFIG_DARWIN
716 ifndef CONFIG_WIN32
717 ifndef CONFIG_SOLARIS
718 LIBS+=-lutil
719 endif
720 endif
721 endif
722 ifdef TARGET_GPROF
723 vl.o: CFLAGS+=-p
724 LDFLAGS+=-p
725 endif
727 ifeq ($(ARCH),ia64)
728 LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld
729 endif
731 ifdef CONFIG_WIN32
732 SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole
733 endif
735 # profiling code
736 ifdef TARGET_GPROF
737 LDFLAGS+=-p
738 main.o: CFLAGS+=-p
739 endif
740 ifeq ($(TARGET_ARCH), ia64)
741 firmware.o: firmware.c
742         $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(BASE_CFLAGS) -c -o $@ $<
743 endif
745 $(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a
746         $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS)
748 endif # !CONFIG_USER_ONLY
750 %.o: %.c
751         $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
753 %.o: %.S
754         $(CC) $(CPPFLAGS) -c -o $@ $<
756 clean:
757         rm -f *.o *.a *~ $(PROGS) gen-op.h dyngen-opc.h op.h nwfpe/*.o fpu/*.o
758         rm -f *.d */*.d tcg/*.o
760 install: all
761 ifneq ($(PROGS),)
762         $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
763 endif
765 # Include automatically generated dependency files
766 -include $(wildcard *.d */*.d)