diff options
-rw-r--r-- | EdkModulePkg/Core/Pei/Ipf/IpfCpuCore.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkModulePkg/Core/Pei/Ipf/IpfCpuCore.s b/EdkModulePkg/Core/Pei/Ipf/IpfCpuCore.s index 7628c5b438..b1b5e2a2fe 100644 --- a/EdkModulePkg/Core/Pei/Ipf/IpfCpuCore.s +++ b/EdkModulePkg/Core/Pei/Ipf/IpfCpuCore.s @@ -20,7 +20,7 @@ .file "IpfCpuCore.s"
#include "IpfMacro.i"
-#include "Ipf\IpfCpuCore.i"
+#include "Ipf/IpfCpuCore.i"
//----------------------------------------------------------------------------------
// This module supports terminating CAR (Cache As RAM) stage. It copies all the
|