From 5b2f8b5bc8ba1f712aab0526ce5eae18e04cf484 Mon Sep 17 00:00:00 2001 From: Mikhail Krichanov Date: Tue, 25 Feb 2025 12:40:04 +0300 Subject: [PATCH] User: Added TdProbe.o to fix audk BaseTools compilation after rebasing upon edk2-stable202502 tag. --- User/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User/Makefile b/User/Makefile index 6a44cd55..3aa1300f 100644 --- a/User/Makefile +++ b/User/Makefile @@ -173,7 +173,7 @@ ifneq ($(STANDALONE),1) # # UDK implementations. # - OBJS += UefiLib.o UefiLibPrint.o CpuDeadLoop.o BaseDebugPrintErrorLevelLib.o DebugLib.o PrintLib.o PrintLibInternal.o String.o SafeString.o SwapBytes16.o SwapBytes32.o LinkedList.o HighBitSet32.o HighBitSet64.o MtrrLib.o GetPowerOfTwo32.o GetPowerOfTwo64.o Cpu.o BmpSupportLib.o SafeIntLib.o X86GetInterruptState.o PciLib.o PciExpressLib.o DevicePathUtilities.o UefiDevicePathLib.o DevicePathToText.o DevicePathFromText.o BitField.o CheckSum.o UefiSortLib.o QuickSort.o UserFile.o CommonMemoryAllocationLib.o CommonMemoryAllocationLibEx.o BaseMemoryProfileLibNull.o + OBJS += UefiLib.o UefiLibPrint.o CpuDeadLoop.o BaseDebugPrintErrorLevelLib.o DebugLib.o PrintLib.o PrintLibInternal.o String.o SafeString.o SwapBytes16.o SwapBytes32.o LinkedList.o HighBitSet32.o HighBitSet64.o MtrrLib.o TdProbe.o GetPowerOfTwo32.o GetPowerOfTwo64.o Cpu.o BmpSupportLib.o SafeIntLib.o X86GetInterruptState.o PciLib.o PciExpressLib.o DevicePathUtilities.o UefiDevicePathLib.o DevicePathToText.o DevicePathFromText.o BitField.o CheckSum.o UefiSortLib.o QuickSort.o UserFile.o CommonMemoryAllocationLib.o CommonMemoryAllocationLibEx.o BaseMemoryProfileLibNull.o # # Customised/Simplified implementations at userspace level. #