git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15450 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
b39ca51b57
commit
b83cad19b2
|
@ -27,7 +27,7 @@ single_makefiles := $(filter-out %.make,$(makefiles))
|
||||||
multi_makefiles := $(filter %.make,$(makefiles))
|
multi_makefiles := $(filter %.make,$(makefiles))
|
||||||
|
|
||||||
# External dependencies
|
# External dependencies
|
||||||
external := $(addprefix $(ROOT)/ext/,fatfs lwip pico-sdk wolfssl)
|
external := $(addprefix $(ROOT)/ext/,fatfs lwip pico-sdk wolfssl littlefs)
|
||||||
|
|
||||||
# Documents
|
# Documents
|
||||||
docs := $(shell find $(ROOT)/doc -type f -name Doxyfile_html)
|
docs := $(shell find $(ROOT)/doc -type f -name Doxyfile_html)
|
||||||
|
|
Loading…
Reference in New Issue