diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-03-31 12:09:06 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-03-31 12:09:06 +0000 |
commit | 4dec4654604e7e52964ff0201c46d85d179ed35f (patch) | |
tree | 45d6eb363259b0bd5ee6b7f2e6a2aac7b8e40dc7 /Makefile.target | |
parent | e7c56016f998f9a55012c71e0168c406b50589e6 (diff) | |
parent | 8df9082da6b7a24b299d37462bc3539c15f26135 (diff) |
Merge branch 'qom-cpu-unicore32.v3' of git://github.com/afaerber/qemu-cpu
* 'qom-cpu-unicore32.v3' of git://github.com/afaerber/qemu-cpu:
target-unicore32: Move CPU-dependent init into initfn
target-unicore32: QOM'ify CPU
target-unicore32: License future contributions under GPLv2+
target-unicore32: Relicense to GPLv2+
MAINTAINERS: Add entry for UniCore32
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 6e8b997bc5..9b0cf74c31 100644 --- a/Makefile.target +++ b/Makefile.target @@ -99,6 +99,7 @@ libobj-y += cpu_init.o endif libobj-$(TARGET_SPARC) += int32_helper.o libobj-$(TARGET_SPARC64) += int64_helper.o +libobj-$(TARGET_UNICORE32) += cpu.o libobj-$(TARGET_ALPHA) += int_helper.o fpu_helper.o sys_helper.o mem_helper.o libobj-y += disas.o |