Heavily rework Makefile to support 'components' of source code to build independently, etc.
This commit is contained in:
parent
d68970d51b
commit
496c5a8330
2 changed files with 95 additions and 64 deletions
9
FreeRTOS/component.mk
Normal file
9
FreeRTOS/component.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
INC_DIRS += $(freertos_MAIN)/include $(freertos_MAIN)/portable/esp8266
|
||||
|
||||
# args for passing into compile rule generation
|
||||
freertos_ROOT = $(ROOT)FreeRTOS/
|
||||
freertos_MAIN = $(freertos_ROOT)Source/
|
||||
freertos_INC_DIR = $(freertos_MAIN)include $(freertos_MAIN)portable/esp8266
|
||||
freertos_SRC_DIR = $(freertos_MAIN) $(freertos_MAIN)portable/MemMang $(freertos_MAIN)portable/esp8266
|
||||
$(eval $(call component_compile_rules,freertos))
|
Loading…
Add table
Add a link
Reference in a new issue