| 211 |
endif |
endif |
| 212 |
|
|
| 213 |
ifeq ($(TARGET_BASE_ARCH), arm) |
ifeq ($(TARGET_BASE_ARCH), arm) |
| 214 |
LIBOBJS+= op_helper.o |
LIBOBJS+= op_helper.o helper.o |
| 215 |
endif |
endif |
| 216 |
|
|
| 217 |
# NOTE: the disassembler code is only needed for debugging |
# NOTE: the disassembler code is only needed for debugging |
| 324 |
VL_OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o esp.o |
VL_OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o esp.o |
| 325 |
endif |
endif |
| 326 |
endif |
endif |
| 327 |
|
ifeq ($(TARGET_BASE_ARCH), arm) |
| 328 |
|
VL_OBJS+= integratorcp.o ps2.o |
| 329 |
|
endif |
| 330 |
ifdef CONFIG_GDBSTUB |
ifdef CONFIG_GDBSTUB |
| 331 |
VL_OBJS+=gdbstub.o |
VL_OBJS+=gdbstub.o |
| 332 |
endif |
endif |