mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
application.mk: add extera objects into $(OBJS) depends
Added support for extra object files to describe compilation rules in private libraries to support some special compilers, especially they contain some special compilation rules (eg: X86 nasm/yasm) Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
73301dd16d
commit
d33c9d3669
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ MAINRUSTOBJ = $(MAINRUSTSRCS:=$(SUFFIX)$(OBJEXT))
|
|||
MAINZIGOBJ = $(MAINZIGSRCS:=$(SUFFIX)$(OBJEXT))
|
||||
|
||||
SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS) $(MAINSRC)
|
||||
OBJS = $(RAOBJS) $(CAOBJS) $(COBJS) $(CXXOBJS) $(RUSTOBJS) $(ZIGOBJS)
|
||||
OBJS = $(RAOBJS) $(CAOBJS) $(COBJS) $(CXXOBJS) $(RUSTOBJS) $(ZIGOBJS) $(EXTOBJS)
|
||||
|
||||
ifneq ($(BUILD_MODULE),y)
|
||||
OBJS += $(MAINCOBJ) $(MAINCXXOBJ) $(MAINRUSTOBJ) $(MAINZIGOBJ)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue