diff options
author | tgingold <tgingold@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-12 23:18:19 +0000 |
---|---|---|
committer | tgingold <tgingold@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-12 23:18:19 +0000 |
commit | 1e5fcd5f00f76363b1bd56b6bab31a236ffa81b7 (patch) | |
tree | d2c265c6d5283dfbfafcc1d91925bf6eaa08860c | |
parent | e313deb9929eafe17428556d5a6b232ec1e4afe8 (diff) | |
download | edk2-platforms-1e5fcd5f00f76363b1bd56b6bab31a236ffa81b7.tar.xz |
Use / as path separator
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2243 6f19259b-4bc3-4df7-8a09-765794883524
-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
|