Home
last modified time | relevance | path

Searched refs:BLDDIR (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
DMakefile25 BLDDIR = $(BLDROOT)$(S)$(XT_CORE) macro
44 LIB_O_LIST = $(addprefix $(BLDDIR)/,$(LIB_C_O) $(LIB_S_O))
48 OSLIB = $(BLDDIR)$(S)libfreertos.a
61 -I$(XT_SRCDIR) -I$(TSTROOT)$(S)common$(S)config_files -I$(BLDDIR)
69 -include $(wildcard $(BLDDIR)/*.d)
75 mkdir : $(BLDDIR)/.mkdir
77 $(BLDDIR)/.mkdir :
78 @$(MKPATH) $(BLDDIR)
80 -$(CP) $(CONFIGDIR)/xtensa-elf/include/sys/reent.h $(BLDDIR)/reent.h
85 $(BLDDIR)/%.o : %.c
[all …]