summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/root.make b/tools/root.make
index 51886a09f9..b12ed2abfa 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -79,12 +79,12 @@ endif
79#included before codecs.make and plugins.make so they see them) 79#included before codecs.make and plugins.make so they see them)
80ifndef APP_TYPE 80ifndef APP_TYPE
81 include $(ROOTDIR)/lib/libsetjmp/libsetjmp.make 81 include $(ROOTDIR)/lib/libsetjmp/libsetjmp.make
82 ifeq (arm,$(ARCH)) 82 ifeq (arch_arm,$(ARCH))
83 include $(ROOTDIR)/lib/arm_support/arm_support.make 83 include $(ROOTDIR)/lib/arm_support/arm_support.make
84 endif 84 endif
85endif 85endif
86 86
87ifeq (arm,$(ARCH)) 87ifeq (arch_arm,$(ARCH))
88 include $(ROOTDIR)/lib/unwarminder/unwarminder.make 88 include $(ROOTDIR)/lib/unwarminder/unwarminder.make
89endif 89endif
90 90