mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
5 lines
202 B
Makefile
5 lines
202 B
Makefile
COMPONENT_SRCDIRS := . port/$(IDF_TARGET)
|
|
COMPONENT_ADD_INCLUDEDIRS := . include port/$(IDF_TARGET)/private_include
|
|
|
|
port/$(IDF_TARGET)/rtc_clk.o: CFLAGS += -fno-jump-tables -fno-tree-switch-conversion
|