diff options
author | Thomas Huth <huth@tuxfamily.org> | 2017-01-26 09:30:51 +0100 |
---|---|---|
committer | Thomas Huth <huth@tuxfamily.org> | 2017-02-18 22:23:25 +0100 |
commit | 22f2dbe7eaf3e12e38c9c21081d72bf09e83ef90 (patch) | |
tree | e874475f00eb55f14cd95244a4807dcf04b0d105 /hw/m68k/Makefile.objs | |
parent | ad584d37f2a86b392c25f3f00cc1f1532676c2d1 (diff) |
hw/m68k: Remove dummy machine
Since it is now possible to instantiate a CPU and RAM with the "none"
machine, too, and a kernel can be loaded there with the generic loader
device, there is no more need for the m68k "dummy" machine. Thus let's
remove this unmaintained file now.
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Diffstat (limited to 'hw/m68k/Makefile.objs')
-rw-r--r-- | hw/m68k/Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/m68k/Makefile.objs b/hw/m68k/Makefile.objs index c4352e783a..d1f089c08a 100644 --- a/hw/m68k/Makefile.objs +++ b/hw/m68k/Makefile.objs @@ -1,4 +1,2 @@ obj-y += an5206.o mcf5208.o -obj-y += dummy_m68k.o - obj-y += mcf5206.o mcf_intc.o |