Fix Red - Talk support for plugins
generate lang_enum prior to apps Change-Id: Ib484138e2b01267db856415db0364d8c93237073
This commit is contained in:
parent
6392e05476
commit
14d91cafca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue