- Timestamp:
- Oct 30, 2023 9:27:02 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r101501 r101643 812 812 r3/init-data.cpp \ 813 813 r3/process-data.cpp \ 814 r3/mempage-heap.cpp \815 814 r3/memsafer-r3.cpp \ 816 815 r3/path.cpp \ … … 830 829 RuntimeBaseR3_SOURCES += \ 831 830 common/zip/lzmavfs.cpp 831 endif 832 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) 833 RuntimeBaseR3_SOURCES += \ 834 r3/mempage-direct.cpp 835 else 836 RuntimeBaseR3_SOURCES += \ 837 r3/mempage-heap.cpp 832 838 endif 833 839 … … 1207 1213 r3/linux/semeventmulti-linux.cpp 1208 1214 RuntimeBaseR3_SOURCES.linux.arm64 += \ 1215 generic/RTMpGetDescription-generic-stub.cpp \ 1209 1216 r3/posix/system-page-size-posix.cpp \ 1210 1217 r3/linux/semevent-linux.cpp \ 1211 1218 r3/linux/semeventmulti-linux.cpp 1212 1219 RuntimeBaseR3_SOURCES.linux.arm32 += \ 1220 generic/RTMpGetDescription-generic-stub.cpp \ 1213 1221 r3/posix/system-page-size-posix.cpp \ 1214 1222 r3/linux/semevent-linux.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.