Fix up submodule paths, add some hints for submodule usage
This commit is contained in:
parent
b92fd8a872
commit
9120590caa
5 changed files with 14 additions and 5 deletions
|
|
@ -17,3 +17,7 @@ axtls_SRC_DIR = $(AXTLS_DIR)crypto $(AXTLS_DIR)ssl $(ROOT)axtls
|
|||
#axtls_CFLAGS = $(CFLAGS) -Wno-address
|
||||
|
||||
$(eval $(call component_compile_rules,axtls))
|
||||
|
||||
# Helpful error if git submodule not initialised
|
||||
$(axtls_SRC_DIR):
|
||||
$(error "axtls git submodule not installed. Please run 'git submodule init' then 'git submodule update'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue