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 9e0787d

Browse files
VMM: VMMStatic build fix.
svn:sync-xref-src-repo-rev: r171301
1 parent e1fc28c commit 9e0787d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/VBox/VMM/Makefile.kmk‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: Makefile.kmk 111708 2025年11月13日 15:04:05Z knut.osmundsen@oracle.com $
1+
# $Id: Makefile.kmk 111709 2025年11月13日 15:14:52Z knut.osmundsen@oracle.com $
22
## @file
33
# Top-level makefile for the VMM.
44
#
@@ -936,8 +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)/NEMR3Native-% \
940-
VMMR3/target-$(KBUILD_TARGET)/NEMR3Native-% \
939+
VMMR3/target-$(KBUILD_TARGET_ARCH)/NEMR3Native-% \
940+
VMMR3/target-$(KBUILD_TARGET_ARCH)/NEMR3Native-% \
941941
VMMR3/target-armv8/GICR3Nem-% \
942942
VMMR3/target-x86/APICR3Nem-% \
943943
, $($(VMMStatic_EXTENDS)_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)))
@@ -1384,11 +1384,11 @@ IEMInternal.o IEMInternal.obj: IEMAll.o
13841384
IEMAllCImplStrInstr-x86.cpp.o IEMAllCImplStrInstr-x86.cpp.obj: IEMAllCImpl-x86.o
13851385

13861386
# Alias the NEM template to the objects where it is used:
1387-
NEMAllNativeTemplate-win.cpp.o: NEMR3Native-win.o
1387+
NEMAllNativeTemplate-win.cpp.o: NEMR3Native-win-x86.o
13881388

13891389
# Alias the VMX template onto HMVMXR0 or darwin specific NEM object:
13901390
ifeq ($(KBUILD_TARGET),darwin)
1391-
VMXAllTemplate.cpp.o: NEMR3Native-darwin.o
1391+
VMXAllTemplate.cpp.o: NEMR3Native-darwin-x86.o
13921392
else
13931393
VMXAllTemplate.cpp.o: HMVMXR0.o
13941394
endif

0 commit comments

Comments
(0)

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