diff options
| author | Edgar E. Iglesias | 2011-08-09 12:18:23 +0200 |
|---|---|---|
| committer | Edgar E. Iglesias | 2011-08-09 12:22:38 +0200 |
| commit | bbea04df9811ba3312aab93cbbafff3ff3a9aa02 (patch) | |
| tree | 226c6e2625865c92e2417d969cb61162cd6e546b /Makefile.target | |
| parent | lance: unbreak after memory API conversion (diff) | |
| download | qemu-bbea04df9811ba3312aab93cbbafff3ff3a9aa02.tar.gz qemu-bbea04df9811ba3312aab93cbbafff3ff3a9aa02.tar.xz qemu-bbea04df9811ba3312aab93cbbafff3ff3a9aa02.zip | |
etrax: Remove hw/etraxfs.c.
The Bare ETRAX FS board was a fictive machine that I used when
developing the CRIS system emulation. Since we support the
real AXIS-dev88 developer boards, there is no reason to
keep the fictive one around.
This commit also removes the double registration of the axis-dev88
board.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'Makefile.target')
| -rw-r--r-- | Makefile.target | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 4aacc676d6..096214a511 100644 --- a/Makefile.target +++ b/Makefile.target @@ -310,7 +310,6 @@ obj-microblaze-$(CONFIG_FDT) += device_tree.o # Boards obj-cris-y = cris_pic_cpu.o obj-cris-y += cris-boot.o -obj-cris-y += etraxfs.o axis_dev88.o obj-cris-y += axis_dev88.o # IO blocks |
