rename the lib

This commit is contained in:
Zaltora 2018-04-16 15:42:43 +02:00
parent bdfc9cb6e9
commit 11dc6da5b8
6 changed files with 154 additions and 160 deletions

9
extras/dsm/component.mk Normal file
View file

@ -0,0 +1,9 @@
# 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))