esp-open-rtos/extras/ws2812/component.mk

8 lines
196 B
Makefile
Raw Normal View History

# Component makefile for extras/ws2812
INC_DIRS += $(ws2812_ROOT)
# args for passing into compile rule generation
ws2812_SRC_DIR = $(ws2812_ROOT)
$(eval $(call component_compile_rules,ws2812))