Rename opensdk dir to open_esplibs
This commit is contained in:
parent
2ecbf1d584
commit
eee4a3660c
8 changed files with 1 additions and 1 deletions
11
open_esplibs/component.mk
Normal file
11
open_esplibs/component.mk
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Component makefile for "open sdk libs"
|
||||
|
||||
# args for passing into compile rule generation
|
||||
opensdk_libmain_ROOT = $(opensdk_libmain_DEFAULT_ROOT)libmain
|
||||
opensdk_libmain_INC_DIR =
|
||||
opensdk_libmain_SRC_DIR = $(opensdk_libmain_ROOT)
|
||||
opensdk_libmain_EXTRA_SRC_FILES =
|
||||
|
||||
opensdk_libmain_CFLAGS = $(CFLAGS)
|
||||
|
||||
$(eval $(call component_compile_rules,opensdk_libmain))
|
Loading…
Add table
Add a link
Reference in a new issue