diff options
author | Andreas Färber <afaerber@suse.de> | 2012-04-11 23:12:05 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2012-04-24 16:04:56 +0200 |
commit | e739a48e58c41fc0d3caa24103abef9988c77cdf (patch) | |
tree | e4da9051b0f07bc556362b5e3aeecac33089fe8b /Makefile.target | |
parent | 092dfc7714ad7983aeb0cada5d5983e9fde8d84c (diff) |
target-cris: QOM'ify CPU
Embed CPUCRISState as first member of QOM CRISCPU.
Let CPUClass::reset() call cpu_state_reset() for now.
Signed-off-by: Andreas Färber <afaerber@suse.de>
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 7eda443bc0..1b5d62bc8e 100644 --- a/Makefile.target +++ b/Makefile.target @@ -94,6 +94,7 @@ libobj-$(TARGET_SPARC64) += vis_helper.o libobj-$(CONFIG_NEED_MMU) += mmu.o libobj-$(TARGET_ARM) += neon_helper.o iwmmxt_helper.o libobj-$(TARGET_ARM) += cpu.o +libobj-$(TARGET_CRIS) += cpu.o libobj-$(TARGET_LM32) += cpu.o libobj-$(TARGET_S390X) += cpu.o ifeq ($(TARGET_BASE_ARCH), sparc) |