diff options
author | Richard Henderson <rth@twiddle.net> | 2012-03-24 09:51:07 -0700 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-03-24 17:07:26 +0000 |
commit | 0be034bc2cc0e06584ee368759c47e5efa1439e7 (patch) | |
tree | c01fb529ba0a1d337722442428bcfbd171cdb74e /Makefile.target | |
parent | 7b74505331fdd701557b01dd09ae9a62f31ea994 (diff) |
target-alpha: Move integer helpers to int_helper.c.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 63cf769dc9..ddeb7e0e48 100644 --- a/Makefile.target +++ b/Makefile.target @@ -96,6 +96,7 @@ libobj-y += cpu_init.o endif libobj-$(TARGET_SPARC) += int32_helper.o libobj-$(TARGET_SPARC64) += int64_helper.o +libobj-$(TARGET_ALPHA) += int_helper.o libobj-y += disas.o libobj-$(CONFIG_TCI_DIS) += tci-dis.o |