~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to Makefile.target

  • Committer: pbrook
  • Date: 2006-10-22 00:18:54 UTC
  • Revision ID: git-v1:e6e5906b6e0a81718066ca43aef57515026c6624
ColdFire target.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2196 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
nwfpe/fpa11_cpdt.o nwfpe/fpa11_cprt.o nwfpe/fpopcode.o nwfpe/single_cpdo.o \
198
198
 nwfpe/double_cpdo.o nwfpe/extended_cpdo.o arm-semi.o
199
199
endif
 
200
ifeq ($(TARGET_ARCH), m68k)
 
201
OBJS+= m68k-sim.o m68k-semi.o
 
202
endif
200
203
SRCS:= $(OBJS:.o=.c)
201
204
OBJS+= libqemu.a
202
205
 
241
244
LIBOBJS+= op_helper.o helper.o
242
245
endif
243
246
 
 
247
ifeq ($(TARGET_BASE_ARCH), m68k)
 
248
LIBOBJS+= helper.o
 
249
endif
 
250
 
244
251
# NOTE: the disassembler code is only needed for debugging
245
252
LIBOBJS+=disas.o 
246
253
ifeq ($(findstring i386, $(TARGET_ARCH) $(ARCH)),i386)