mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
cmake: arm64/common sync modifyreg sources with Make.defs
arm64_modifyreg8.c, arm64_modifyreg16.c, arm64_modifyreg32.c were present in Make.defs but missing from CMakeLists.txt, causing link errors when building with cmake. Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
@@ -39,6 +39,7 @@ list(APPEND SRCS arm64_perf.c arm64_tcbinfo.c)
|
||||
list(APPEND SRCS arm64_arch_timer.c arm64_cache.c)
|
||||
list(APPEND SRCS arm64_doirq.c arm64_fatal.c)
|
||||
list(APPEND SRCS arm64_syscall.c)
|
||||
list(APPEND SRCS arm64_modifyreg8.c arm64_modifyreg16.c arm64_modifyreg32.c)
|
||||
|
||||
# Use common heap allocation for now (may need to be customized later)
|
||||
list(APPEND SRCS arm64_allocateheap.c)
|
||||
|
||||
Reference in New Issue
Block a user