[BOOT:RTL] Fix GCC configuration problem for ARM platform

Addendum to 24cb57fd. CORE-17604
This commit is contained in:
Stanislav Motylkov 2022-04-27 21:52:05 +03:00
parent 7486dbe833
commit 03c8832a77
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92

View file

@ -47,7 +47,8 @@ elseif(ARCH STREQUAL "amd64")
${NTOS_RTL_SOURCE_DIR}/byteswap.c
${NTOS_RTL_SOURCE_DIR}/mem.c)
elseif(ARCH STREQUAL "arm")
list(APPEND ASM_SOURCE arm/debug_asm.S)
list(APPEND ASM_SOURCE
${NTOS_RTL_SOURCE_DIR}/arm/debug_asm.S)
list(APPEND SOURCE
${NTOS_RTL_SOURCE_DIR}/byteswap.c
${NTOS_RTL_SOURCE_DIR}/mem.c)