diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-07 12:19:50 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-07 12:19:50 +0000 |
commit | 10c144e2fbc985d85e4ce5370dc2e97afe47403f (patch) | |
tree | 8d9ac52e8de838ef282d4e3c5ba77520a852b8fb /Makefile.target | |
parent | de55306582ee4f7d487c01160035a5c39aa5f3e8 (diff) |
ETRAX: Add a model for the axis devboard88 machine.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6197 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index b66b69924..f4f3c703c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -676,7 +676,10 @@ OBJS+= pflash_cfi01.o CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE endif ifeq ($(TARGET_BASE_ARCH), cris) -OBJS+= etraxfs.o +# Boards +OBJS+= etraxfs.o axis_dev88.o + +# IO blocks OBJS+= etraxfs_dma.o OBJS+= etraxfs_pic.o OBJS+= etraxfs_eth.o @@ -684,7 +687,7 @@ OBJS+= etraxfs_timer.o OBJS+= etraxfs_ser.o OBJS+= ptimer.o -OBJS+= pflash_cfi02.o +OBJS+= pflash_cfi02.o nand.o endif ifeq ($(TARGET_BASE_ARCH), sparc) ifeq ($(TARGET_ARCH), sparc64) |