Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 365e413

Browse files
VMM: Moved the NEMR3Native* source files into the corresponding target-x86/armv8 directires. [build fix]
svn:sync-xref-src-repo-rev: r171306
1 parent c05978d commit 365e413

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/VBox/VMM/Makefile.kmk‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: Makefile.kmk 111712 2025年11月13日 15:17:23Z knut.osmundsen@oracle.com $
1+
# $Id: Makefile.kmk 111714 2025年11月13日 15:31:19Z knut.osmundsen@oracle.com $
22
## @file
33
# Top-level makefile for the VMM.
44
#
@@ -936,7 +936,8 @@ VMMStatic_SOURCES.$(KBUILD_TARGET_ARCH) = \
936936
, $($(VMMStatic_EXTENDS)_SOURCES.$(KBUILD_TARGET_ARCH)))
937937
VMMStatic_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) = \
938938
$(filter-out \
939-
VMMR3/target-$(KBUILD_TARGET_ARCH)/NEMR3Native-% \
939+
VMMR3/target-armv8/NEMR3Native-% \
940+
VMMR3/target-x86/NEMR3Native-% \
940941
VMMR3/target-armv8/GICR3Nem-% \
941942
VMMR3/target-x86/APICR3Nem-% \
942943
, $($(VMMStatic_EXTENDS)_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /