diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-08-09 12:18:23 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-08-09 12:22:38 +0200 |
commit | bbea04df9811ba3312aab93cbbafff3ff3a9aa02 (patch) | |
tree | 226c6e2625865c92e2417d969cb61162cd6e546b /Makefile.target | |
parent | 032a7c4e425f1f0b71942768696f53f93947f8fa (diff) |
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 |