mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-28 09:11:31 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
19
Living_SDK/security/irot/se/se.mk
Normal file
19
Living_SDK/security/irot/se/se.mk
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
CHIPNAME = chip_template
|
||||
|
||||
NAME := se
|
||||
|
||||
LIBSE := .
|
||||
|
||||
$(NAME)_INCLUDES += $(LIBSE)/../include
|
||||
$(NAME)_INCLUDES += $(LIBSE)/src
|
||||
$(NAME)_INCLUDES += $(LIBSE)/chipset/$(CHIPNAME)/include
|
||||
$(NAME)_INCLUDES += $(LIBSE)/chipset/$(CHIPNAME)
|
||||
|
||||
$(NAME)_SOURCES += \
|
||||
$(LIBSE)/src/core/km_to_irot.c \
|
||||
$(LIBSE)/src/core/std_se_adapter.c \
|
||||
$(LIBSE)/src/core/mtk_se_adapter.c \
|
||||
$(LIBSE)/src/log/chiplog.c \
|
||||
$(LIBSE)/chipset/$(CHIPNAME)/irot_impl/irot_hal.c \
|
||||
$(LIBSE)/chipset/$(CHIPNAME)/se_driver_impl/se_driver.c \
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue