|
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 $ |
2 | 2 | ## @file |
3 | 3 | # Top-level makefile for the VMM. |
4 | 4 | # |
@@ -936,8 +936,8 @@ VMMStatic_SOURCES.$(KBUILD_TARGET_ARCH) = \ |
936 | 936 | , $($(VMMStatic_EXTENDS)_SOURCES.$(KBUILD_TARGET_ARCH))) |
937 | 937 | VMMStatic_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH) = \ |
938 | 938 | $(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-% \ |
941 | 941 | VMMR3/target-armv8/GICR3Nem-% \ |
942 | 942 | VMMR3/target-x86/APICR3Nem-% \ |
943 | 943 | , $($(VMMStatic_EXTENDS)_SOURCES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))) |
@@ -1384,11 +1384,11 @@ IEMInternal.o IEMInternal.obj: IEMAll.o |
1384 | 1384 | IEMAllCImplStrInstr-x86.cpp.o IEMAllCImplStrInstr-x86.cpp.obj: IEMAllCImpl-x86.o |
1385 | 1385 |
|
1386 | 1386 | # 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 |
1388 | 1388 |
|
1389 | 1389 | # Alias the VMX template onto HMVMXR0 or darwin specific NEM object: |
1390 | 1390 | ifeq ($(KBUILD_TARGET),darwin) |
1391 | | - VMXAllTemplate.cpp.o: NEMR3Native-darwin.o |
| 1391 | + VMXAllTemplate.cpp.o: NEMR3Native-darwin-x86.o |
1392 | 1392 | else |
1393 | 1393 | VMXAllTemplate.cpp.o: HMVMXR0.o |
1394 | 1394 | endif |
|
0 commit comments