优化多arch支持

This commit is contained in:
ATShining
2024-09-22 16:06:39 +08:00
parent 6b38424e91
commit b7ae180c4e
28 changed files with 162 additions and 200 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
file(GLOB_RECURSE deps **/*.S *.S **/*.C *.c)
file(GLOB_RECURSE deps **/*.S *.S **/*.s *.s **/*.C *.c)
add_library(boot_bsp STATIC ${deps})
target_include_directories(