Build: Fix user utilities compilation

This commit is contained in:
vit9696 2021-02-14 01:30:29 +03:00
parent a62cdf2e26
commit 9f4387dd64
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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