diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 65a4882bc3..d24f4a567c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -308,7 +308,7 @@ LIBOBJS+= op_helper.o helper.o endif ifeq ($(TARGET_BASE_ARCH), m68k) -LIBOBJS+= helper.o +LIBOBJS+= op_helper.o helper.o endif ifeq ($(TARGET_BASE_ARCH), alpha) @@ -466,6 +466,9 @@ endif ifeq ($(TARGET_BASE_ARCH), sh4) VL_OBJS+= shix.o sh7750.o sh7750_regnames.o tc58128.o endif +ifeq ($(TARGET_BASE_ARCH), m68k) +VL_OBJS+= an5206.o mcf5206.o ptimer.o +endif ifdef CONFIG_GDBSTUB VL_OBJS+=gdbstub.o endif |