summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorj_mayer2007-04-05 22:46:02 +0200
committerj_mayer2007-04-05 22:46:02 +0200
commitcf6c1b169c62e6aba5a384a2a118aef12e9608e6 (patch)
treedfc5f459d738c8c2c878c366365b479901393ede /Makefile.target
parentTemporary hack for alpha user-mode emulation. (diff)
downloadqemu-cf6c1b169c62e6aba5a384a2a118aef12e9608e6.tar.gz
qemu-cf6c1b169c62e6aba5a384a2a118aef12e9608e6.tar.xz
qemu-cf6c1b169c62e6aba5a384a2a118aef12e9608e6.zip
Rules needed to compile linux user-mode alpha target.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2607 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 323961a73a..2742991850 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -304,6 +304,10 @@ ifeq ($(TARGET_BASE_ARCH), m68k)
LIBOBJS+= helper.o
endif
+ifeq ($(TARGET_BASE_ARCH), alpha)
+LIBOBJS+= op_helper.o helper.o alpha_palcode.o
+endif
+
# NOTE: the disassembler code is only needed for debugging
LIBOBJS+=disas.o
ifeq ($(findstring i386, $(TARGET_ARCH) $(ARCH)),i386)
@@ -605,6 +609,11 @@ sh7750_regnames.o: sh7750_regnames.c sh7750_regnames.h sh7750_regs.h
tc58128.o: tc58128.c
endif
+ifeq ($(TARGET_BASE_ARCH), alpha)
+op.o: op.c op_template.h op_mem.h
+op_helper.o: op_helper_mem.h
+endif
+
$(OBJS) $(LIBOBJS) $(VL_OBJS): config.h ../config-host.h
%.o: %.c