diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-01 16:44:42 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-01 16:44:42 +0000 |
commit | 0aac653cdda6a2be1998119d5346a43ce1ac6270 (patch) | |
tree | a26a1274a7c71d9d8ad2908bef886698ae8b4061 /Makefile.target | |
parent | c13af1ef6cb71eea91047fe7a19a7ea6d49125ae (diff) |
Update Sparc dependencies
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2912 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index b8abf3e354..224474ba7d 100644 --- a/Makefile.target +++ b/Makefile.target @@ -602,8 +602,10 @@ pl110.o: pl110_template.h endif ifeq ($(TARGET_BASE_ARCH), sparc) -op.o: op.c op_template.h op_mem.h fop_template.h fbranch_template.h -magic_load.o: elf_op.h +helper.o: cpu.h exec-all.h +op.o: op.c op_template.h op_mem.h fop_template.h fbranch_template.h exec.h cpu.h +op_helper.o: exec.h softmmu_template.h cpu.h +translate.o: cpu.h exec-all.h disas.h endif ifeq ($(TARGET_BASE_ARCH), ppc) |