summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2019-07-20 05:46:11 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2019-07-20 05:47:51 -0500
commit14d91cafca7865a88a5a9bf115b85b76a27c441a (patch)
treec06047e15e4ef76a95e2f6064470c9084ca887eb
parent6392e05476ab45f973dea611082d4dbcfe3db7cf (diff)
downloadrockbox-14d91ca.tar.gz
rockbox-14d91ca.zip
Fix Red - Talk support for plugins
generate lang_enum prior to apps Change-Id: Ib484138e2b01267db856415db0364d8c93237073
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index ecab921c87..933fb516f7 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -120,8 +120,8 @@ else ifneq (,$(findstring warble,$(APP_TYPE)))
include $(ROOTDIR)/lib/tlsf/libtlsf.make
include $(ROOTDIR)/lib/rbcodec/rbcodec.make
else # core
- include $(APPSDIR)/apps.make
include $(APPSDIR)/lang/lang.make
+ include $(APPSDIR)/apps.make
include $(ROOTDIR)/lib/rbcodec/rbcodec.make
ifdef ENABLEDPLUGINS