From 14d91cafca7865a88a5a9bf115b85b76a27c441a Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sat, 20 Jul 2019 05:46:11 -0500 Subject: [PATCH] Fix Red - Talk support for plugins generate lang_enum prior to apps Change-Id: Ib484138e2b01267db856415db0364d8c93237073 --- tools/root.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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