summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-08-09 12:18:23 +0200
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-08-09 12:22:38 +0200
commitbbea04df9811ba3312aab93cbbafff3ff3a9aa02 (patch)
tree226c6e2625865c92e2417d969cb61162cd6e546b /Makefile.target
parent032a7c4e425f1f0b71942768696f53f93947f8fa (diff)
downloadhqemu-bbea04df9811ba3312aab93cbbafff3ff3a9aa02.zip
hqemu-bbea04df9811ba3312aab93cbbafff3ff3a9aa02.tar.gz
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.target1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 4aacc67..096214a 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
OpenPOWER on IntegriCloud