Fix Red - Talk support for plugins

generate lang_enum prior to apps

Change-Id: Ib484138e2b01267db856415db0364d8c93237073
This commit is contained in:
William Wilgus 2019-07-20 05:46:11 -05:00
parent 6392e05476
commit 14d91cafca

View file

@ -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