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
|
@ -13,3 +13,7 @@ lwip_CFLAGS = $(CFLAGS) -Wno-address
|
|||
|
||||
$(eval $(call component_compile_rules,lwip))
|
||||
|
||||
# Helpful error if git submodule not initialised
|
||||
$(lwip_SRC_DIR):
|
||||
$(error "LWIP git submodule not installed. Please run 'git submodule init' then 'git submodule update'")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue