/[qemu]/qemu/Makefile.target
ViewVC logotype

Diff of /qemu/Makefile.target

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.87 by bellard, Sat Nov 26 10:14:03 2005 UTC revision 1.88 by bellard, Sat Nov 26 10:38:37 2005 UTC
# Line 211  LIBOBJS+= op_helper.o helper.o Line 211  LIBOBJS+= op_helper.o helper.o
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
# Line 324  VL_OBJS+= sun4m.o tcx.o lance.o iommu.o Line 324  VL_OBJS+= sun4m.o tcx.o lance.o iommu.o
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

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26