diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-04-14 10:56:04 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-04-14 10:56:04 +0000 |
commit | 044c62aaf223b3b5a8eae4f5f79b210a65501e23 (patch) | |
tree | eef1e66b59305eb7dedbfbcc44ac47f042d2802d /Makefile.target | |
parent | e92861ccb166883b0672b1ddfebce4f5de85e23d (diff) | |
parent | e554bbc6892394e506f5995ff4e0ca21cfe04a25 (diff) |
Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa
* 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa:
target-xtensa: Start QOM'ifying CPU init
target-xtensa: QOM'ify CPU reset
target-xtensa: QOM'ify CPU
target-xtensa: improve unit tests debugging
target-xtensa: Move helpers.h to helper.h
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 8d2b2323c1..65fb8f02b2 100644 --- a/Makefile.target +++ b/Makefile.target @@ -102,6 +102,7 @@ endif libobj-$(TARGET_SPARC) += int32_helper.o libobj-$(TARGET_SPARC64) += int64_helper.o libobj-$(TARGET_UNICORE32) += cpu.o +libobj-$(TARGET_XTENSA) += cpu.o libobj-$(TARGET_ALPHA) += int_helper.o fpu_helper.o sys_helper.o mem_helper.o libobj-y += disas.o |