rename the lib
This commit is contained in:
parent
bdfc9cb6e9
commit
11dc6da5b8
6 changed files with 154 additions and 160 deletions
9
extras/dsm/component.mk
Normal file
9
extras/dsm/component.mk
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue