mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-19 19:22:55 +00:00
19 lines
545 B
Makefile
19 lines
545 B
Makefile
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 \
|
|
|