Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
6 lines
143 B
Makefile
6 lines
143 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := .
|
|
COMPONENT_SRCDIRS := .
|
|
ifndef CONFIG_WS2812_LED_ENABLE
|
|
COMPONENT_OBJEXCLUDE += led_strip_rmt_ws2812.o
|
|
endif
|