Files
esp-idf/components/freertos/component.mk
T

10 lines
256 B
Makefile
Raw Normal View History

2016-08-17 23:08:22 +08:00
#
# Component Makefile
#
COMPONENT_ADD_LDFLAGS += -Wl,--undefined=uxTopUsedPriority
2016-08-17 23:08:22 +08:00
COMPONENT_ADD_INCLUDEDIRS := include
COMPONENT_PRIV_INCLUDEDIRS := include/freertos
tasks.o event_groups.o timers.o queue.o ringbuf.o: CFLAGS += -D_ESP_FREERTOS_INTERNAL