mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Build: Fix user utilities compilation
This commit is contained in:
parent
a62cdf2e26
commit
9f4387dd64
@ -12,7 +12,7 @@
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
**/
|
||||
|
||||
#include "OcCpuInternals.h"
|
||||
#include "../OcCpuInternals.h"
|
||||
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/IoLib.h>
|
||||
|
||||
@ -172,7 +172,7 @@ ifneq ($(STANDALONE),1)
|
||||
#
|
||||
# OcCpuLib targets.
|
||||
#
|
||||
OBJS += FrequencyDetect.o AppleCpuSupport.o OcCpuLib.o
|
||||
OBJS += FrequencyDetect.o AppleCpuSupport.o OcCpuLib.o MeasureTicks.o
|
||||
#
|
||||
# OcMiscLib targets.
|
||||
#
|
||||
@ -208,6 +208,7 @@ ifneq ($(STANDALONE),1)
|
||||
$(OC_USER)/Library/OcMachoLib:$\
|
||||
$(OC_USER)/Library/OcAppleKeysLib:$\
|
||||
$(OC_USER)/Library/OcCpuLib:$\
|
||||
$(OC_USER)/Library/OcCpuLib/Ia32:$\
|
||||
$(OC_USER)/Library/OcMiscLib:$\
|
||||
$(OC_USER)/Library/OcAppleKernelLib
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user