repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target-arm: Implement abs_i32 inline rather than as a helper
[qemu.git]
/
target-ppc
/
Makefile.objs
blob
237a0ed4f7f5494fba401f65dea6293470b3b14d
1
obj-y += translate.o helper.o
2
obj-$(CONFIG_SOFTMMU) += machine.o
3
obj-$(CONFIG_KVM) += kvm.o kvm_ppc.o
4
obj-y += helper.o
5
obj-y += excp_helper.o
6
obj-y += fpu_helper.o
7
obj-y += int_helper.o
8
obj-y += mmu_helper.o
9
obj-y += timebase_helper.o
10
obj-y += misc_helper.o
11
obj-y += mem_helper.o
12
obj-y += mpic_helper.o