esp-open-rtos/extras/dsm/component.mk
2018-04-16 15:42:43 +02:00

9 lines
255 B
Makefile

# Component makefile for private/dsm
INC_DIRS += $(ROOT)private/dsm
# args for passing into compile rule generation
private/dsm_INC_DIR = $(ROOT)private/dsm
private/dsm_SRC_DIR = $(ROOT)private/dsm
$(eval $(call component_compile_rules,private/dsm))