summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-11 15:07:19 +0000
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-11 15:07:19 +0000
commit48318011da95864717cd0d1d9c2877e7c66fac0d (patch)
treeaf66f94943ec724feceae46c0fad049c1a667014 /Makefile.target
parenta3ea5df58845aac6e49ee36d4bef654e67b78c8a (diff)
downloadqemu-48318011da95864717cd0d1d9c2877e7c66fac0d.tar.gz
Update the etrax machine.
* Use CFI-0002 flashes. * Connect one of the ethernet blocks. * Simplified irq numbering. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4430 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index e1f866d878..310de1e72d 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -588,12 +588,14 @@ CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
endif
ifeq ($(TARGET_BASE_ARCH), cris)
OBJS+= etraxfs.o
+OBJS+= etraxfs_dma.o
OBJS+= etraxfs_pic.o
+OBJS+= etraxfs_eth.o
OBJS+= etraxfs_timer.o
OBJS+= etraxfs_ser.o
OBJS+= ptimer.o
-OBJS+= pflash_cfi01.o
+OBJS+= pflash_cfi02.o
endif
ifeq ($(TARGET_BASE_ARCH), sparc)
ifeq ($(TARGET_ARCH), sparc64)