summaryrefslogtreecommitdiff
path: root/arch.mak
diff options
context:
space:
mode:
authorZhouXiaoyong <zhouxiaoyong@loongson.cn>2015-04-27 10:40:29 +0800
committerMichael Niedermayer <michaelni@gmx.at>2015-04-27 14:10:28 +0200
commit4a7b50679db3a3c902d459745f2f1f622e27eab6 (patch)
tree8a22e8aa1290077d33063ff9b15861e6f5b01737 /arch.mak
parent8a03d428f1759a7d3af505ab747662747360ea60 (diff)
makefile: add Loongson-3 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'arch.mak')
-rw-r--r--arch.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch.mak b/arch.mak
index 39f2917d1b..bda3ae10ac 100644
--- a/arch.mak
+++ b/arch.mak
@@ -8,6 +8,7 @@ OBJS-$(HAVE_MIPSFPU) += $(MIPSFPU-OBJS) $(MIPSFPU-OBJS-yes)
OBJS-$(HAVE_MIPSDSPR1) += $(MIPSDSPR1-OBJS) $(MIPSDSPR1-OBJS-yes)
OBJS-$(HAVE_MIPSDSPR2) += $(MIPSDSPR2-OBJS) $(MIPSDSPR2-OBJS-yes)
OBJS-$(HAVE_MSA) += $(MSA-OBJS) $(MSA-OBJS-yes)
+OBJS-$(HAVE_LOONGSON3) += $(LOONGSON3-OBJS) $(LOONGSON3-OBJS-yes)
OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS) $(ALTIVEC-OBJS-yes)