feat(freertos): Change FreeRTOS directory structure to prepare updating it

This commit is contained in:
Dong Heng
2018-04-27 16:36:54 +08:00
committed by Wu Jian Gang
parent 2951ce795a
commit 48f338bf35
14 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS += include include/freertos
COMPONENT_ADD_INCLUDEDIRS += include include/freertos include/port include/port/freertos
COMPONENT_SRCDIRS := library
COMPONENT_SRCDIRS := freertos port