initial commit

This commit is contained in:
2025-08-05 15:53:44 +08:00
commit 09dc02ae52
553 changed files with 137665 additions and 0 deletions

23
config.mk Executable file
View File

@@ -0,0 +1,23 @@
export PROJECT_DIR=fusion/project
export APP_DIR=fusion/app
export MW_DIR =fusion/mw
export COM_DIR=fusion/common
export HAL_DIR=fusion/hal
export THIRD_PARTY_DIR=fusion/third_party
$(warning 54456 clags=$(MW_DIR))
LIBHV_HEADERS += fusion/*.h
CORE_SRCDIRS += fusion
include $(COM_DIR)/config.mk
include $(MW_DIR)/config.mk
include $(HAL_DIR)/config.mk
include $(THIRD_PARTY_DIR)/config.mk
include $(PROJECT_DIR)/project.mk
$(warning HAL_CONFIG_FILE_PATH clags=$(HAL_CONFIG_FILE_PATH))
ALL_SRCDIRS += $(CORE_SRCDIRS)