- Timestamp:
- Jan 28, 2022 11:19:26 PM (3 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r93419 r93483 265 265 common/asm/ASMCpuId_Idx_ECX.asm \ 266 266 common/asm/ASMGetSegAttr.asm 267 267 268 268 269 # … … 911 912 # Some non-assembly for non-AMD64 / non-x86 targets: 912 913 RuntimeR3_SOURCES.arm32 += \ 913 common/string/RTStrEnd.cpp 914 common/string/RTStrEnd.cpp \ 915 common/asm/ASMMultU64ByU32DivByU32-generic.cpp 914 916 RuntimeR3_SOURCES.arm64 += \ 915 common/string/RTStrEnd.cpp 917 common/string/RTStrEnd.cpp \ 918 common/asm/ASMMultU64ByU32DivByU32-generic.cpp 916 919 RuntimeR3_SOURCES.sparc32 += \ 917 common/string/RTStrEnd.cpp 920 common/string/RTStrEnd.cpp \ 921 common/asm/ASMMultU64ByU32DivByU32-generic.cpp 918 922 RuntimeR3_SOURCES.sparc64 += \ 919 common/string/RTStrEnd.cpp 923 common/string/RTStrEnd.cpp \ 924 common/asm/ASMMultU64ByU32DivByU32-generic.cpp 920 925 921 926 # VBox specific stuff.
Note:
See TracChangeset
for help on using the changeset viewer.