d664e32394
For config-only components, component.mk should now contain "COMPONENT_CONFIG_ONLY := 1" Also refactored some of the generation of linker paths, library list. This required cleaning up the way the bootloader project works, it's now mostly independent from the parent.
11 lines
246 B
Makefile
11 lines
246 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_LDFLAGS += -Wl,--undefined=uxTopUsedPriority
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_PRIV_INCLUDEDIRS := include/freertos
|
|
|
|
#ifdef CONFIG_SYSVIEW_ENABLE
|
|
#COMPONENT_ADD_INCLUDEDIRS += app_trace
|
|
#endif
|