summaryrefslogtreecommitdiffstats
path: root/target-alpha/Makefile.objs
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-08-08 10:42:45 -1000
committerRichard Henderson <rth@twiddle.net>2015-05-18 13:03:46 -0700
commit9354452c39fef1ab2491da5989e6944d8bb2e16a (patch)
tree835fb408d6e9f0a48633b242bc514f03af9b6dc4 /target-alpha/Makefile.objs
parent385057cbec9b4a0eb6150330c572e875ed714965 (diff)
downloadhqemu-9354452c39fef1ab2491da5989e6944d8bb2e16a.zip
hqemu-9354452c39fef1ab2491da5989e6944d8bb2e16a.tar.gz
target-alpha: Move VAX helpers to a new file
Keep the IEEE and VAX floating point emulation separate. Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-alpha/Makefile.objs')
-rw-r--r--target-alpha/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-alpha/Makefile.objs b/target-alpha/Makefile.objs
index b96c5da..6366462 100644
--- a/target-alpha/Makefile.objs
+++ b/target-alpha/Makefile.objs
@@ -1,4 +1,4 @@
obj-$(CONFIG_SOFTMMU) += machine.o
obj-y += translate.o helper.o cpu.o
-obj-y += int_helper.o fpu_helper.o sys_helper.o mem_helper.o
+obj-y += int_helper.o fpu_helper.o vax_helper.o sys_helper.o mem_helper.o
obj-y += gdbstub.o
OpenPOWER on IntegriCloud