assign value or USER_LIBS when assigned
This commit is contained in:
parent
98d1d16ea0
commit
58a2ebd367
1 changed files with 1 additions and 1 deletions
|
@ -883,7 +883,7 @@ get_library_files = $(if $(and $(wildcard $(1)/src), $(wildcard $(1)/library.pr
|
||||||
$(wildcard $(1)/*.$(2) $(1)/utility/*.$(2)))
|
$(wildcard $(1)/*.$(2) $(1)/utility/*.$(2)))
|
||||||
|
|
||||||
# General arguments
|
# General arguments
|
||||||
USER_LIBS = $(wildcard $(patsubst %,$(USER_LIB_PATH)/%,$(ARDUINO_LIBS)))
|
USER_LIBS := $(wildcard $(patsubst %,$(USER_LIB_PATH)/%,$(ARDUINO_LIBS)))
|
||||||
USER_LIBS += $(wildcard $(patsubst %,$(USER_LIB_PATH)/%,$(MAIN_LIBS)))
|
USER_LIBS += $(wildcard $(patsubst %,$(USER_LIB_PATH)/%,$(MAIN_LIBS)))
|
||||||
USER_LIBS += $(wildcard $(patsubst %,$(USER_LIB_PATH)/%,$(MAIN_LIBS_DEPS)))
|
USER_LIBS += $(wildcard $(patsubst %,$(USER_LIB_PATH)/%,$(MAIN_LIBS_DEPS)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue