2016-08-17 23:08:22 +08:00
|
|
|
#
|
|
|
|
|
# Component Makefile
|
|
|
|
|
#
|
|
|
|
|
|
2017-06-23 14:08:01 +10:00
|
|
|
COMPONENT_ADD_LDFLAGS += -Wl,--undefined=uxTopUsedPriority
|
2016-08-17 23:08:22 +08:00
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
|
COMPONENT_PRIV_INCLUDEDIRS := include/freertos
|
2018-06-11 14:06:32 +05:30
|
|
|
|
|
|
|
|
tasks.o event_groups.o timers.o queue.o ringbuf.o: CFLAGS += -D_ESP_FREERTOS_INTERNAL
|