diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-10 18:03:23 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-10 18:03:23 +0000 |
commit | ca02f31955113212eb250a3c58c7ab26b1a2a8df (patch) | |
tree | cf445a2e80470e95383c5c088daf09fee90e61d6 /Makefile.target | |
parent | 8fc7cc580f94dff04dd3d72d912bae38f0b614f9 (diff) |
Add dummy m68k board.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3567 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index ab925ad096..ee91a57d19 100644 --- a/Makefile.target +++ b/Makefile.target @@ -508,7 +508,7 @@ VL_OBJS+= sh_timer.o ptimer.o sh_serial.o sh_intc.o endif ifeq ($(TARGET_BASE_ARCH), m68k) VL_OBJS+= an5206.o mcf5206.o ptimer.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o -VL_OBJS+= m68k-semi.o +VL_OBJS+= m68k-semi.o dummy_m68k.o endif ifdef CONFIG_GDBSTUB VL_OBJS+=gdbstub.o |